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 have a page with 100 images yet the top images load as tiles:
Looking at the first images' dimension you can see its clearly not a square tile:
When I load a page with 30 or so images the top images load as masonry:
This is my code and despite using a <LazyLoadImage it renders the same with an <img tag. This however brings up an issue where masonry needs to trigger resizes when new images are loaded.
I've tried various methods to trigger resizes, just they dont work on the initial top images loaded, they're all square tiles yet when I scroll down the page the images that get dynamically loaded are rendered as masonry.
Hi,
I have a page with 100 images yet the top images load as tiles:
Looking at the first images' dimension you can see its clearly not a square tile:
When I load a page with 30 or so images the top images load as masonry:
This is my code and despite using a <LazyLoadImage it renders the same with an <img tag. This however brings up an issue where masonry needs to trigger resizes when new images are loaded.
I've tried various methods to trigger resizes, just they dont work on the initial top images loaded, they're all square tiles yet when I scroll down the page the images that get dynamically loaded are rendered as masonry.
How can I make the top images honour the masonry? Thanks
The text was updated successfully, but these errors were encountered: