maddogandnoriko Posted March 24, 2009 Share Posted March 24, 2009 I have an array of images(paths) and I want to display them in a gallery manner, but no gallery function. Just a grid of images. How can this be accomplished dynamically according the screens width? For example a small screen will display them 3 pictures across and a large screen will display 4 or 5 across? Thank you for your help and suggestions, maddogandnoriko Link to comment https://forums.phpfreaks.com/topic/150959-display-images-in-row/ Share on other sites More sharing options...
lonewolf217 Posted March 24, 2009 Share Posted March 24, 2009 this is a CSS question. design the layout using CSS floats and it will resize automatically depending on screensize and other variables Link to comment https://forums.phpfreaks.com/topic/150959-display-images-in-row/#findComment-793087 Share on other sites More sharing options...
Yesideez Posted March 24, 2009 Share Posted March 24, 2009 If you want to make a gallery Google "lightbox" Link to comment https://forums.phpfreaks.com/topic/150959-display-images-in-row/#findComment-793089 Share on other sites More sharing options...
maddogandnoriko Posted March 24, 2009 Author Share Posted March 24, 2009 Lonewolf, excellent suggestion. Yesideez , I know lightbox and use a variation of it, I do not need a full blown gallery. Thanks for the suggestion anyhow. Thank you Link to comment https://forums.phpfreaks.com/topic/150959-display-images-in-row/#findComment-793099 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.