helloworld001 Posted February 5, 2015 Share Posted February 5, 2015 If you search for images on Google images, you will see how they setup their images, side by side and have infinity scroll. I don't care about the infinity scroll part, but I am interested in how they set up the images? My plan is to retrive the images from the database and use pagination numbers. Link to comment https://forums.phpfreaks.com/topic/294413-how-can-one-images-in-a-format-like-google-images/ Share on other sites More sharing options...
CroNiX Posted February 5, 2015 Share Posted February 5, 2015 It's just a bunch of divs containing the images, with the divs having the css of display: inline-block. Just view the source code or use your browsers developer tools so you can hover over something on the page and see it's HTML/CSS. Link to comment https://forums.phpfreaks.com/topic/294413-how-can-one-images-in-a-format-like-google-images/#findComment-1504988 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.