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

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

supportScroll for headless navigator So I saved a website offline (sitesucker) and trying to convert the webpages to PDF's using the WKHTMLTOPDF library using command lines. I found out with...

I use [Modernizr](https://modernizr.com) for feature detection and newer versions of it test for native lazyloading. So Modernizr finds my `.lazyloading` class in the code and adds it to the feature...

**Describe the bug** When applying data-script to an element that is later re-added with ajax the lazyloading class sticks and the new element is never 'lazyloaded' I believe it to...

bug

So after I implemented the script, my question is how do I test it so that I can compare my page before and after implementation? I want to know how...

question

Added possibility to use alternative domain 'youtube-nocookie', by setting `data-nocookie` attribute, to load an embedded video without automatically setting any cookies.

**Describe the bug** Using lazySizes with `iframe` and a placeholder `src` and `loading=lazy` makes the placeholder `src` win. Also see https://github.com/whatwg/html/issues/10213 Possibly related: https://github.com/aFarkas/lazysizes/issues/705 , https://github.com/aFarkas/lazysizes/issues/927 **To Reproduce** https://software.hixie.ch/utilities/js/live-dom-viewer/saved/12475 **Steps...

bug