Online Demo
We have introduced two well-known response layout plug: Isotope and masonary, today we introduce a pretty good response layout plug-in –freetile.js, use it can also generate cool dynamic layout effect. I'm sure you'll like it!
Main Features
Freetie from assemblage and assemblage plus's built-in layout engine, designed to be inspired by Masonry,vgrid and Wookmark, but compared to them, they have the following unique places:
- Allows elements of any size, and does not require a fixed column width, so you do not need to specify column widths to cater to your element size
- Built-in algorithms allow you to easily customize the placement of inserts to meet the different preferences of the presentation. For example, align left or right, or close to a specific element.
- Intelligent animation can be a good way to determine whether the need for animation effects. For example, elements that have just been added and elements that are not visible.
- As long as the site using assemblage and assemblage plus templates is using it, so say very stable.
How to use
Basic Way of Use:
1
|
$ ("#container"). Freetile (); |
Enable animation effects:
1
|
$ ("#container"). Freetile ({animate:
true, Elementdelay:
}); |
Specify a custom element selector:
1
|
$ ("#container"). Freetile ({selector:
". Thumbs"
}); |
is not very simple answer, I hope you like this plugin, if you have any questions, please leave us a message!
Source: Another super awesome response layout jquery plugin –freetile.js