-
Notifications
You must be signed in to change notification settings - Fork 10
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
Using with responsive images #4
Comments
To clarify, it would entail adding |
hey @oyeanuj, good question! I haven't added any features around different image sizes (just thumbnail and full-size), but since the main image is lazily loaded it'd be a pretty simple addition to feel free to open a PR, otherwise I'll get around to this as I have time! |
@brycedorn On a little further investigation with the goal of a PR, I had two questions -
Thoughts? |
@brycedorn Just checking in if you had any thoughts on the above? Thank you! |
hey @oyeanuj, good ideas!
|
@brycedorn Just curious if you see this on your radar anytime soon? |
@oyeanuj pulled the thumbnail (trigger) component into an optional prop - didn't implement |
Hey @brycedorn, thanks for the React port!
I just opened an issue in the main library before I remembered your port. I'm using responsive images in my app so far (using
srcset
&picture
) and wondering how doesreact-intense
play with that paradigm?Thank you!
The text was updated successfully, but these errors were encountered: