Skip to content

Commit f8313cb

Browse files
committed
read me and tests fixed
1 parent 2865e27 commit f8313cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ Lazyload::Rails.configure do |config|
7878
# This can be easily customized:
7979
config.placeholder = "/public/img/grey.gif"
8080

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
81+
# All lazyload images can have an additional classes added to them for easy DOM querying
8382
config.lazy_css_class = "lazy_images"
8483

8584
# image_tag can return lazyload-friendly images by default,

0 commit comments

Comments
 (0)