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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enhancement: Lazyload is now applied on the template_redirect hook, which should allow the plugin to apply the optimization on more images and encountering less conflicts at the same time
Enhancement: Specifically target with the lazyload script images/iframes elements with a data-lazy-src attribute
Enhancement: Update lazyload script to the latest version
Enhancement: Possibility to apply lazyload on background-images with a specific markup, see FAQ
Enhancement: Use a svg image as placeholder instead of a base64 gif
Bugfix: Only use MutationObserver if available in the browser
Bugfix: When using the Youtube thumbnail option, correctly format the Youtube query if the video URL is encoded
Bugfix: Improve iframe matching to prevent unexpected results
Bugfix: Update CSS for the Youtube thumbnail option to prevent issue with the Gutenberg embeds block