GoogleChromeLabs/ProgressiveWordPress

Lazy loading images: No fallback on disabled javascript

Opened this issue · 1 comments

If you disable javascript the thumbnail is not replaced with the real image.

What about putting the original img tag into a noscript tag?

I found this blog post that goes more into detail: https://www.robinosborne.co.uk/2016/05/16/lazy-loading-images-dont-rely-on-javascript

surma commented

I… I could have sworn I did that. I definitely wanted to do that, but I guess I forgot. I’ll fix that once I land #12. Thanks so much for the issue :)