These examples show usage of Savvior, a JavaScript solution for multicolumn layouts, an alternative to Salvattore or Masonry, without CSS driven configuration or absolute CSS positioning.
Filename | Description |
---|---|
example.html | a traditional script tag based solution |
example_requirejs.html | usage in as an AMD module |
example_modernizr.html | usage via Modernizr (Please note that Modenrizr example requires media query detection in Modernizr, see lib/modernizr.js in this repository.) |
Just serve up the html/
folder using any web server you'd like. To get you set
up quickly, we include a node.js static file server. Start the server by typing
node server.js
from the command line, and then go to
localhost:8888/html/example.html in
your browser.
For more information on Savvior please go to its own repository page: https://github.com/attila/savvior