View Single Post
  #180  
Old 10-26-2007, 03:18 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default Re: Lightbox JS v2.0 implementation

Quote:
Originally Posted by Lingerieblowout
..... Pic are in the DB.

This is going to be a problem no matter what solution that you use for images on your site. When images are in the DB, you do not have any URL to feed into any script. Images are displayed by doing an SQL query and spewing out the binary code.

You really need to move your images to the file system whether you use some JavaScript posted here on the forum or whether you use some 3rd party image modification.
Reply With Quote