Skip to content
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

Image: add support for srcsets #156

Closed
ghost opened this issue Jun 28, 2016 · 2 comments
Closed

Image: add support for srcsets #156

ghost opened this issue Jun 28, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 28, 2016

With React Native, they can automatically pull @1x, @2x, and @3x images depending on the device, automatically. With web, that support comes in the form of having a default src and following that up with srcset, which contains additional sizes or pixel densities for the browser to use. That would be very helpful to have!

@necolas necolas changed the title Add support for srcsets Image: add support for srcsets Aug 26, 2016
@necolas
Copy link
Owner

necolas commented Oct 9, 2016

We might want a webpack plugin to deal with image imports, including support for this feature.

@necolas
Copy link
Owner

necolas commented Oct 23, 2016

Closing in favour of #237

@necolas necolas closed this as completed Oct 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant