germanysbestkeptsecret / Wookmark-jQuery

A jQuery plugin to create a dynamic, multi-column layout.
MIT License
2.64k stars 759 forks source link

Added example-load-images #108

Closed niklasnordlund closed 11 years ago

niklasnordlund commented 11 years ago

Noticed that "example-load-images", that is described in the README, is not included in the project. Also the current example code in the "example" folder was a mix between what is described in the README under "example" and "example-load-images". I needed an example without the imageLoader plugin, so I created one.

Changes made:

1) Created example-load-images/index.html -- this is really a copy of what was already in example/index.html, with just the "height" and "width" attributes removed from the image tags.

2) Modified example/index.html to not use the imagesLoaded plugin

Sebobo commented 11 years ago

Thanks!

I'll take a look at it in the next days.