responsively-lazy icon indicating copy to clipboard operation
responsively-lazy copied to clipboard

Lazy load responsive images and HTML

Results 9 responsively-lazy issues
Sort by recently updated
recently updated
newest added

Hello, I am looking a way to lazy load the images from instagram basic display api. I use the code: `

I know that this is designed to solve issues using srcset, which isn't supported for background images, but it is hard to justify pulling in two dependencies, one for responsive...

First let me say thanks for your great work. I love this tiny library, focussed and straight forward. I checked some of the open feature requests and solved them, by...

resposively-lazy does not support CSS Transforms (e.g. scale) with calculations of actual image widths This can be fixed by using **element.getBoundingClientRect().width** instead of **element.offsetWidth** change `var containerWidth = container.offsetWidth *...

But before you will add this setting, maybe I can make it manually on mi site?

When a srcset image is specified with a pixel density descriptor instead of a width descriptor as explained here: https://webkit.org/blog/2910/improved-support-for-high-resolution-displays-with-the-srcset-image-attribute/ or more detailed in the official spec: https://html.spec.whatwg.org/multipage/embedded-content.html#width-descriptor the higher...

In Chrome for mobile images are loaded very slow, 1-2 sec when the page have many images. Even if the images are in local cache.

Rather than using the same image of different sizes, this allows the changing of image to match the screen size. eg. perhaps you want to change the aspect ratio of...

Hello, I tried your lazyload script. I used vanilla lazyload before, and in vanilla lazyload, there is an option `callback_error` that can be used for a fallback function when an...