We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I understand correctly, each within a element is allowed to have a size attribute?
-> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source
However it looks like react-responsive-picture doens't pass the sizes attribute through to the source?
Reading the documentation this seems to be by design?
For each source you can send an object containing srcSet, media and type although the last two are optional.
Was this a deliberate call, or has this need never arisen? Would you be open to an MR that adds this feature to the module?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If I understand correctly, each
-> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source
However it looks like react-responsive-picture doens't pass the sizes attribute through to the source?
Reading the documentation this seems to be by design?
For each source you can send an object containing srcSet, media and type although the last two are optional.
Was this a deliberate call, or has this need never arisen? Would you be open to an MR that adds this feature to the module?
The text was updated successfully, but these errors were encountered: