lazyload-rails icon indicating copy to clipboard operation
lazyload-rails copied to clipboard

jQuery Lazy Load for Rails image_tag helpers

Results 14 lazyload-rails issues
Sort by recently updated
recently updated
newest added

title pretty much says it all. the grey square will stay if you try to apply the lazyload helper on dynamic images like `` images are stored via paperclip on...

We are getting and error after implement lazy load for images on our website, is getting the image from the source and putting it as background on style attribute, but...

I was wondering if it is at possible to provide support to send a placeholder for every image instead of setting a configuration... something like this: ```ruby

We wanted to be able to target images using a selector that are marked with lazy. This commit introduces a configuration option called "lazy_css_class" that if set will be added...

https://github.com/tuupola/lazyload/tree/1.x This is written on lazyload official page, ``` Additionally, it is recommended to give Lazy Loaded images a specific class. This way you can easily control which images the...

- Add a configuration option for class - The class to add can be changed easily. - Update Test - Update Readme.md If this pull request is merged, implementation according...

How we use lazy load for rails background-image Like style="background-image: url();"

Hi! lazy load don´t load web src, for example: https://raw.githubusercontent.com/PokeAPI/sprites/master/sprites/pokemon/698.png" how can i solve this?

When will you upgrade this gem to support Rails 5?

Your proposed code for configuring the placeholder only works with an online source. If I use a local file I always get a route error. I'm not a rails pro...