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

Support for srcset #28

Open
bpinto opened this issue Oct 31, 2016 · 1 comment
Open

Support for srcset #28

bpinto opened this issue Oct 31, 2016 · 1 comment

Comments

@bpinto
Copy link

bpinto commented Oct 31, 2016

Hi,

I couldn't use html-loader in conjunction but given ng-cache-loader has support for resolving URLs, would it be possible to support srcset attribute too?

<img src="illustrations/hourglass.png"> #works
<img srcset="illustrations/hourglass.png"> # does not work
<img srcset="${require('illustrations/hourglass.png')}"> # does not work but would be great
@ovcharik
Copy link

ovcharik commented Dec 4, 2018

See #40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants