dflow Posted March 25, 2009 Share Posted March 25, 2009 hi i would like to generate a gallery with thumbnails i believe ill need to use javascript or ajax any suggestion on how to achieve this i have a product with x # of images i want to display of course mysql based as i get the data per product from the products table thanks Link to comment https://forums.phpfreaks.com/topic/151063-recommendation-on-how-to-approach-a-dynamic-generated-image-gallery/ Share on other sites More sharing options...
RichardRotterdam Posted March 25, 2009 Share Posted March 25, 2009 Depends what you want to get out of that gallery. what do you want it to do? Link to comment https://forums.phpfreaks.com/topic/151063-recommendation-on-how-to-approach-a-dynamic-generated-image-gallery/#findComment-793589 Share on other sites More sharing options...
dflow Posted March 25, 2009 Author Share Posted March 25, 2009 well i hav different number of images per product actually different sizes as well that ill have to deteremine what default sze it'll be i want to display all the images of a product as thumbnails and that each mouseover the thumbnail the larger image will be displayed above Link to comment https://forums.phpfreaks.com/topic/151063-recommendation-on-how-to-approach-a-dynamic-generated-image-gallery/#findComment-793628 Share on other sites More sharing options...
RichardRotterdam Posted March 25, 2009 Share Posted March 25, 2009 Sounds like you start with a query to select the images that are related to the product. What is the code you have so far? Link to comment https://forums.phpfreaks.com/topic/151063-recommendation-on-how-to-approach-a-dynamic-generated-image-gallery/#findComment-793643 Share on other sites More sharing options...
Yesideez Posted March 25, 2009 Share Posted March 25, 2009 You're probably better off using a dedicated gallery. One that comes to mind is Zen Photo Gallery http://www.zenphoto.org/ Link to comment https://forums.phpfreaks.com/topic/151063-recommendation-on-how-to-approach-a-dynamic-generated-image-gallery/#findComment-793645 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.