Skip to content

Commit

Permalink
Added minified version
Browse files Browse the repository at this point in the history
And a small tweak to the example.
  • Loading branch information
GBKS committed Feb 14, 2012
1 parent c329349 commit 81d81f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ <h1>jQuery Wookmark Plug-in Example</h1>
$(document).ready(new function() {
// Prepare layout options.
var options = {
autoResize: false, // This will auto-update the layout when the browser window is resized.
autoResize: true, // This will auto-update the layout when the browser window is resized.
container: $('#main'), // Optional, used for some extra CSS styling
offset: 2, // Optional, the distance between grid items
itemWidth: 202 // Optional, the width of a grid item
Expand Down
11 changes: 11 additions & 0 deletions jquery.wookmark.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81d81f7

Please sign in to comment.