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.