lazyload-rails
lazyload-rails copied to clipboard
Config option for adding css class to image elements
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 to all images with lazy: true. It defaults to nil so existing functionality won't change.