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

Fallback for non-JavaScript browsers

Open jassa opened this issue 12 years ago • 0 comments

"To degrade gracefully when JavaScript is not enabled you can include the real image tag inside <noscript> block."

Example:

<img src="img/grey.gif" data-original="img/example.jpg"  width="640" heigh="480">
<noscript><img src="img/example.jpg" width="640" heigh="480"></noscript>

jassa avatar Apr 27 '13 19:04 jassa