germanysbestkeptsecret / Wookmark-jQuery

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

example-api [index.html] doesn't work. Adds weird height with filters #178

Closed vinitb4u closed 9 years ago

vinitb4u commented 9 years ago

Hi,

I was trying to use filters with example-api functionality works perfect but there is an issue with height. Consider case: 1) Page index.html loads. 2) Scroll down new contents are loaded. 3) Now apply filter few tiles are gone. but at the bottom of the page blank space visible, ie. page has same height with respect to previous contents.

Expected: Page height should be adjusted as per the contents.

BTW all thank you so much for providing such nice examples.

vinitb4u commented 9 years ago

This issue is same https://github.com/GBKS/Wookmark-jQuery/issues/53 But this is still reproducible. Even after setting "container" overflow:hidden;

My version of plugin @version 1.4.8 @date 07/08/2013

vinitb4u commented 9 years ago

I just learned that container must be positioned : relative as well. Hence marking as closed. Thanks.