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
Be great if the documentation mentioned which browser versions are supported by v2.x. AFAIK it requires IntersectionObserver for lazy loading, and it falls back to loading all the images immediately on older browsers?
if(!window.IntersectionObserver){ var ga=document.createElement('script');ga.type='text/javascript';ga.async=true; ga.src='//polyfill.io/v2/polyfill.min.js?features=IntersectionObserver'; var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(ga,s)};
Be great if the documentation mentioned which browser versions are supported by v2.x. AFAIK it requires
IntersectionObserver
for lazy loading, and it falls back to loading all the images immediately on older browsers?I haven't tested these all myself:
See https://caniuse.com/#feat=intersectionobserver
The text was updated successfully, but these errors were encountered: