Has anyone seen a new image search on Google. He manages to make the images float in the area. Images fit right into them, grouping them by size.
Frog pictures
I think there are two ways to do this:
- Scenarios using some kind of rule including the width and height of these images
- Css rule for creating images.
In a scripting scenario, we can use a maximum width of 1000 pixels and then group the images to fill this 4 times for our 4 lines of images.
The Css rule is to make images float as well as order them.
Does anyone have any other ideas on how this will work?
source
share