rocket-lazy-load icon indicating copy to clipboard operation
rocket-lazy-load copied to clipboard

Essential Grid - Grid is blank

Open webtrainingwheels opened this issue 7 years ago • 1 comments

When LazyLoad is active the grid is blank, except for a grey placeholder on mouseover. For screenshots etc see: https://trello.com/c/ut3bS60Q/14-ll-masonry-compatibility-essential-grid

webtrainingwheels avatar Nov 22 '17 02:11 webtrainingwheels

Unfortunately I can't fix that with our current way to parse the HTML, since there is no class or something like tat on the image that could be used to target it specifically.

The issue here is that Essential Grid is using the initial src value to create a new div with this attribute and other stuffs in JavaScript. So we can't do anything other than excluding the images from lazyload.

remyperona avatar Nov 27 '17 19:11 remyperona