Creates a responsive, scrolling grid view for displaying items in a virtual bookshelf-like manner.
Simply drop the CSS onto any page:
<link rel="stylesheet" type="text/css" href="bookshelf.css"/>
Then, include the JavaScript with jQuery:
<script type="text/javascript" src="jquery-1.7.2.js"></script>
<script type="text/javascript" src="bookshelf.js"></script>
See the included demo page for usage.
Copyright 2012 Entropi Software, LLC.
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0