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

Everything works fine on everything except on iPhone. Even after the original picture has successfully loaded the low-res version is not removed from the DOM. I'm using `picturefill` for this...

Hi, Using lazysizes to lazyload our banner ads on our site. Want to load the div only when 50% of its pixels are on screen (because an ad is considered...

**Describe the bug** It's very rare bug relates to WebpackProvidePlugin. WPP include jquery to entry point with lazyloades because of `$` in minified file. ``` // lazyload.entry.js import 'lazysizes'; import...

**Describe the bug** Images do not lazyload when Chrome on Android's 'Lite Mode' enabled. Error occurs way often if there are multiple images at similar scroll positions so multiple images...

**Describe the bug** If you include the unveilhooks plugin using a script tag, the browser will report "Uncaught ReferenceError: require is not defined". This is because require() does not exist...

So this feels like really basic functionality that should exist now... but I noticed there is no way to specify a source to search for lazy load elements in. It's...

Hi, I am trying to prevent/reduce jump in layout from Lazy loading images in my slider and main slideshow. But, cannot get it to work well. I have tried the...

Using gradient with background image now will be preserved ``` ``` it becames ``` ```

I want to make sure to use it correctly I apologize if is already been answered or if is not supported. Here's an example: .image-body { background: url(//www.website.com/wp-content/themes/theme/css/image-background.jpg) no-repeat; }

The new module pattern doesn't work for AMD. To be honest, I don't know how it's supposed to work. It looks a lot more complicated than a regular UMD pattern....