Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Releases: GoogleChromeLabs/wp-native-lazyload

1.0.2

06 Dec 16:51
941a55f
Compare
Choose a tag to compare
  • Fix broken images which are using data URI scheme (e.g. base64-encoded images). Props ieim.
  • Fix images in IE 11 not being loaded until the user starts scrolling. Props Soean.
  • Fix image loading script not working in IE10 and other browsers that do not support dataset.

1.0.1

11 Sep 09:45
e41e9b5
Compare
Choose a tag to compare
  • Improve compatibility with other plugins by using more specific class and only adding it for JS fallback.
  • Run lazy-load script on DOMContentLoaded when necessary to improve compatibility with plugins like Autoptimize.
  • Do not transform elements inside an AJAX response due to lack of predictability of the context and script execution.

1.0.0

05 Sep 14:22
5c4a8b3
Compare
Choose a tag to compare
  • Initial release