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
When Lazy Load is activated, Shortcake Bakery (which includes an Image Comparison shortcode rendered through juxtapose.js) fails to render. I've reported the issue on that repo as well (wp-shortcake/shortcake-bakery#218), but solving this may require Lazy Load to filter additional elements, as was required for avatars previously:
I've added the ability to bypass processing lazy images that have a certain class in #8787. I've also added a couple of filters so that plugins/theme can add extra classes to skip and or skip based on a given image's attributes.
As a note, they do add data-label and data-credit but those seem generic enough that we may not want to filter out all images with those attributes present.
When Lazy Load is activated, Shortcake Bakery (which includes an Image Comparison shortcode rendered through juxtapose.js) fails to render. I've reported the issue on that repo as well (wp-shortcake/shortcake-bakery#218), but solving this may require Lazy Load to filter additional elements, as was required for avatars previously:
Automattic/lazy-load@d6045f6
The text was updated successfully, but these errors were encountered: