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

It feels like this is missing the ability to specific an exact media query for sizes #20

Open
iDVB opened this issue Jun 15, 2023 · 1 comment

Comments

@iDVB
Copy link

iDVB commented Jun 15, 2023

 <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.

Should we put in a PR or is there a workaround?

@iDVB
Copy link
Author

iDVB commented Jun 16, 2023

Put a PR in to add this functionality.

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

1 participant