chiprivers Posted October 16, 2007 Share Posted October 16, 2007 I would like to display a number of thumbnail images on a page to act as an index of images which when hovered over a larger view of the image would be displayed hovering of the page. I can probably out how to do this using CSS but am concerned over how much data the page is going to have to download to have several images rady to display in higher res format. This problem can be reduced by having only a smaller selection of images on each index page. Is there an alternative methods of approaching this to give the same effect that may be able to perhaps not demand so much data transfer all at once? Quote Link to comment https://forums.phpfreaks.com/topic/73474-dynamic-photo-gallery/ Share on other sites More sharing options...
MadTechie Posted October 16, 2007 Share Posted October 16, 2007 to display the hi-res, the file is larger.. thus more bandwidth.. simple as.. maybe Thumbnail(150x150), Medium(300x300), and Full(1024x768) Show Thumbnail, hover shows Medium, click shows Full Quote Link to comment https://forums.phpfreaks.com/topic/73474-dynamic-photo-gallery/#findComment-370622 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.