-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data-srcset instead of srcset #60
Comments
👍 Yes like stated in this blog post: https://blog.imgix.com/2016/05/02/imgix-lazysizes |
I need it too. I use React lib https://github.com/imgix/react-imgix#lazy-loading
I think Rails lib should have it too. |
Hey all, We definitely agree that this gem should support lazy-loading! Unfortunately, we won't have the resources to revisit this until further down the road. For anyone searching for a solution in the meantime, I would encourage you to check out native lazy-loading with |
Support has been added on #108 |
Resolved in #108 |
Would it be possible to generate data-src & data-srcset etc. instead of the normal attributes? So it's easier to make it compatible with lazyloading libraries.
The text was updated successfully, but these errors were encountered: