We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2865e27 commit f8313cbCopy full SHA for f8313cb
README.md
@@ -78,8 +78,7 @@ Lazyload::Rails.configure do |config|
78
# This can be easily customized:
79
config.placeholder = "/public/img/grey.gif"
80
81
- # By default lazy_css_class is nil.
82
- # If configured a css class will be added to all image_tag's with lazy: true for easy styling
+ # All lazyload images can have an additional classes added to them for easy DOM querying
83
config.lazy_css_class = "lazy_images"
84
85
# image_tag can return lazyload-friendly images by default,
0 commit comments