GoogleChromeLabs / wp-native-lazyload

WordPress plugin to lazy-load media using the native browser feature.
https://wordpress.org/plugins/native-lazyload/
Apache License 2.0
51 stars 13 forks source link

Skip images from being lazy-loaded when they have no dimensions #18

Open felixarntz opened 4 years ago

felixarntz commented 4 years ago

Images without width and height being lazy-loaded is problematic and may result in browser warnings. Let's make sure those images receive the skip-lazy class in PHP to be omitted from lazy-loading.

See https://wordpress.org/support/topic/room-for-improvement-specify-dimensions-suggested-by-javascript-console/ or https://wordpress.org/support/topic/intervention-message-in-lighthouse-audit/ for example