-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
srcset attribute support #23
Comments
@bnthor if
|
This is a tricky issue. It seems like the recommended solution is what @Autapomorph has mentioned. However, I'm not too thrilled about replacing the default Good news however, it seems like this is a known issue/request in the |
@ericalli there is another temporary workaround due to
this will copy every image in
but this solution seems to be slower than your existing with |
Looks like |
Hi! First of all, thank you for this project, it's really helpful. I just noticed something that could be annoying for some (it has been for me):
When building, images copying into
/dist
does not take into account thesrcset
attribute in html files, for example:<img src="src/images/logo.png" srcset="src/images/logo@2x.png 2x" />
You can still copy these files by hand but it's not ideal when deploying automatically.
Thanks again!
The text was updated successfully, but these errors were encountered: