You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Isotope to display a lot of images and Unveil to load them correctly. But my layout is build with three different items dimensions. With just Isotope, it's working, but I can't get Unveil work on it. I have followed this topic : #85 but there is a weird technique with padding-bottom to size them.
I have built a Jsfiddle to show you my problem : http://fiddle.jshell.net/njnf86L6/8/
As you can see, on page load, everything is ok, but when you scroll, the images are overlaped.
I really don't know what to do.
Every help will be appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered:
And it works perfectly ! I just added "transitionDuration: 0" to isotope function to make sure anything move during unveil is reaveling images. I hope this solution is strong enough but I don't see any mistake.
Hi !
I'm using Isotope to display a lot of images and Unveil to load them correctly. But my layout is build with three different items dimensions. With just Isotope, it's working, but I can't get Unveil work on it. I have followed this topic : #85 but there is a weird technique with padding-bottom to size them.
I have built a Jsfiddle to show you my problem : http://fiddle.jshell.net/njnf86L6/8/
As you can see, on page load, everything is ok, but when you scroll, the images are overlaped.
I really don't know what to do.
Every help will be appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: