-
Notifications
You must be signed in to change notification settings - Fork 46
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
Lazyload wont work on aws s3 hosted images #14
Comments
Any update on this? |
no, unfortunately its not possible to lazyload external hosted images |
Has anyone had any luck with S3 hosted images? or any update here? Thanks |
no luck either, has anyone know of an alternative or work around ? |
use a different library. the gem is pretty neat except of that. |
have you initialized your lazyload(); on this? I believe you need this to trigger it so it would "lazyload" your images. just wondering what would be the compiled version of I was just thinking |
title pretty much says it all. the grey square will stay if you try to apply the lazyload helper on dynamic images like
<%= image_tag(@post.image1, lazy: true) %>
images are stored via paperclip on aws s3.
The text was updated successfully, but these errors were encountered: