ApoorvSaxena / lozad.js

🔥 Highly performant, light ~1kb and configurable lazy loader in pure JS with no dependencies for responsive images, iframes and more
https://apoorv.pro/lozad.js/demo/
MIT License
7.44k stars 447 forks source link

Does not work in Smart Tv #262

Open rajeshsolanki345 opened 3 years ago

rajeshsolanki345 commented 3 years ago

Hello,

I am using lozad.js for images and it is working fine on all devices but issue with the smart TV. Image does not load in smart TV.

Thank you.

SergkeiM commented 3 years ago

Hi @rajeshsolanki345 this library uses Intersection Observer

You have to check if Smart TV browser support it, if doesn't polyfill it.

P.S. Provide more info, is hard to understand you issue.