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

Lazy loads works great when I don't have ads on the page but in my case I have 7 ads on my page and lazy load **"waits"** until all the...

If you're using Rails' asset pipeline to generate the empty image, you need to use the image_url method so that it appends the hash to it, otherwise Rails won't find...

Starting in Rails 4.2.0, actionmailer/actionpack/actionview depend on rails-dom-testing (>= 1.0.5, ~> 1.0), which depends on Nokogiri ~> 1.6.0. This gem depends on Nokogiri ~> 1.5.0, so it is incompatible with...

_"To degrade gracefully when JavaScript is not enabled you can include the real image tag inside `` block."_ Example: ``` ```