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
Found an error when doing some testing in IE9 - no images at all. From the look of things, it's because it doesn't support media queries, or specifically matchMedia:
SCRIPT438: Object doesn't support property or method 'matchMedia'
loading-attribute-polyfill.min.js?ver=1.1.0, line 5 character 1942
I wouldn't expect a first-class lazyloading experience in such an old browser, but ideally images would err on the side of loading inefficiently instead of failing, just like older browsers without IntersectionObserver.
The text was updated successfully, but these errors were encountered:
Found an error when doing some testing in IE9 - no images at all. From the look of things, it's because it doesn't support media queries, or specifically matchMedia:
I wouldn't expect a first-class lazyloading experience in such an old browser, but ideally images would err on the side of loading inefficiently instead of failing, just like older browsers without IntersectionObserver.
The text was updated successfully, but these errors were encountered: