Responsive vertical column layouts using jQuery Plugin
Usually while we add contents to a div, it get arranged accordingly to our web styles. But there are some special cases where we need our contents to be arranged in a vertical manner as like the newspaper (or) journal content. To achieve this vertical fashion of content alignment, after a very long and vast search, we found these jQuery plugin to customize the column layouts dynamically based on these plugins:
-
columnizer.js
-
isotope.js
Note: This can be easily acheived with the help of Bootstrap themes as in Drupal 7. These plugin are for the non-bootstrap theming to achieve this kind of result.
The columnizer plugin is such kind of plugin which aligns our content all into a adaptive layout, which is also responsive and kind of interesting too. It does provide us a lot of options to get our content aligned in the layout like newspaper material, journal like stuff and etc.
Now, let us know what's all we need to do are these. Just prepare all your html document and download the columnizer plugin from here
To use columnizer, just call the columnize() function on your jQuery selection, and that’s it! we are ready to go.