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

**Describe the bug** Trying to use responsive images with different aspect ratios (desktop/mobile), setting dimensions on source tags without using padding-top CSS hacks. **To Reproduce** https://www.gelestatic.it/cless/common/test.html **Steps to reproduce the...

bug

Hi there, I was wondering if you could think of a way to stop lazyloading when a scrollTop animation is triggered (timeline kind of usage - _google photos_ is a...

**Describe your problem/question** Currently, I am calculating available sizes based on image width/height and aspect ratio. This is an issue when using a `picture` element with `source` within. **Make it...

question

Hey. I hope you response my question. I wanna know if i can handle a spinner load while images are Lazy loading

question

``` D:\Projects\NUXT_FULLPAGE-LAZYLOAD\lazyload-fullpage-app> npm install lazysizes --save > [email protected] install D:\Projects\NUXT_FULLPAGE-LAZYLOAD\lazyload-fullpage-app\node_modules\weak > node-gyp rebuild D:\Projects\NUXT_FULLPAGE-LAZYLOAD\lazyload-fullpage-app\node_modules\weak>if not defined npm_config_node_gyp (node "C:\Program Files\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else (node "C:\Program Files\nodejs\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js" rebuild ) Building the...

bug

Is it possible to fade in the high quality image using the LQIP technique with unveilhooks for background images? I'm using something like this: ``

question

We have implemented lazy sizes on the header image here: https://www.star-registration.com/pages/sympathy-gift-for-funeral unfortunately, it always loads the 900px image no matter the device width. I already tried to remove all css...

bug

@aFarkas Hi mate, Just read your comment from this [old question](https://github.com/aFarkas/lazysizes/issues/565) saying how you use data-expand on your blur-up plugin. I'm using the blur-up plugin and have used a media...

I put together this example, to make it understandable: https://jsfiddle.net/xqhsuzyn/25/ The issue is, when I clone the image, when loading the `lazyloading` class not change on the cloned image.

Hi, @aFarkas . Firstly I want to thank you for this awesome tool that me and so many people love all over the world. I have an issue that sounds...