kombai / freewall

Freewall is a cross-browser and responsive jQuery plugin to help you create grid, image and masonry layouts for desktop, mobile, and tablet...
MIT License
1.85k stars 375 forks source link

Blocks disappear on window resize if they contain data-position #143

Open Kawirider636 opened 9 years ago

Kawirider636 commented 9 years ago

I notice when resizing the window if a block has a data-position assigned to it the block is not responsive and stays in that exact location. Once the window resizes past the point of the block the block is still locked in that position outside of the window, so it appears as if the block has disappeared.

Has anyone else noticed this? Is there a way to fix this. I know you could probably just remove the data-position on resize, but is there something that would then return it to that data-position when the window is restored?

Thanks!