lazysizes icon indicating copy to clipboard operation
lazysizes copied to clipboard

High performance and SEO friendly lazy loader for images (responsive and normal), iframes and more, that detects any visibility changes triggered through user interaction, CSS or JavaScript without co...

Results 122 lazysizes issues
Sort by recently updated
recently updated
newest added

**The issues:** - Currently, embed lazy-load videos are not auto-playing on the Chrome browser since 2018 when [Autoplay policies have changed](https://developers.google.com/web/updates/2017/09/autoplay-policy-changes). Now you have to make sure to add `allow="autoplay"`...

Lazysizes is working great for me, but it looks like chrome registers any reference to navigator.userAgent as an issue in the chrome devtools and lighthouse. They suggest migration to navigator.UserAgentData...

**Describe your problem/question** I'm using React, responsive image via \, [LQIP](https://github.com/aFarkas/lazysizes#lqipblurry-image-placeholderblur-up-image-technique) (Low Quality Image Placeholder) and [attrchange plugin](https://github.com/aFarkas/lazysizes/tree/gh-pages/plugins/attrchange). In first time all works fine. All imagese loads lazy and show...

enhancement
question

**Describe your problem/question** I've linked up lazysizes to my site no issues. Adding the lazyload class seems to work. However, I cannot figure out how to swap out images at...

question

I really like this simple lazyloading tool and I started to lazy load the hell out of my pages ;) Everything works fine, but when I use the video-embed plugin...

I found this small issue in the source code, that is, in non-browser environments, we potentially make the wrong assumption about the global context. For example: in tests, or SSR...

During the Angular 8 build, there is multiple typescript error in lazysizes.d.ts: Version: 5.3.1 ![error-lazysizes](https://user-images.githubusercontent.com/34097778/125969162-29a4dba8-e2d1-41f6-be74-470350e54cde.png)

bug

Hi, i've got the similar problem like here https://github.com/aFarkas/lazysizes/issues/691, but for foreignObject that gets zoomed in in SVG animation. Here is the code (see also here: https://jsfiddle.net/lukaszolek/egnzjyf9/7/): ``` document.addEventListener('lazybeforesizes', ({target,...

bug

**Describe the bug** We are intermittently (around 10% of the time) getting this JS error in our automated test suite when ran on CodeShip. ``` http://localhost:3001/assets/lazysizes/plugins/include/ls.include.self.js?body=1 62:11 Uncaught TypeError: queue.d...

bug

Great plugin!! **Describe your problem/question** I want use blurhash placeholder replacement image until my original featured image is loaded. but at the same time I don't want user to start...

question