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
<Picture src={[ require(`/assets/images/leaders/${imgSrc}?sizes=435`), require(`/assets/images/leaders/${imgSrc}?sizes=946`), ]} breakpoints={['(orientation: landscape)']} />
breakpoints only takes in a px value, but seems to be missing the ability to pass in the actual media query itself.
breakpoints
px
Should we put in a PR or is there a workaround?
The text was updated successfully, but these errors were encountered:
Put a PR in to add this functionality.
Sorry, something went wrong.
No branches or pull requests
breakpoints
only takes in apx
value, but seems to be missing the ability to pass in the actual media query itself.Should we put in a PR or is there a workaround?
The text was updated successfully, but these errors were encountered: