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
Some browsers now support a loading attribute on images and iframes. A recent article on Smashing details how lazy loading scripts can be modified to first check for native support for lazy loading before triggering JavaScript based solutions.
What are your thoughts on adding a parameter (something like prefer_native) that would check if native lazy loading is supported, and only run Layzr if it's not supported?
Some browsers now support a
loading
attribute on images and iframes. A recent article on Smashing details how lazy loading scripts can be modified to first check for native support for lazy loading before triggering JavaScript based solutions.What are your thoughts on adding a parameter (something like
prefer_native
) that would check if native lazy loading is supported, and only run Layzr if it's not supported?https://www.smashingmagazine.com/2019/05/hybrid-lazy-loading-progressive-migration-native/
The text was updated successfully, but these errors were encountered: