You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of that package or tool are you using?
2024.7.1
Steps to Reproduce
Upload a image to Shopify. E.g. 1500x1000
Use <Image /> component, and set aspectRatio to 1/2
Large srcset values will now load "correctly" with width and height attributes in correct aspect, but Shopify server can't transform images with width or height higher than original image size, and then return original image.
Expected Behavior
I would expect the <Image /> image component to omit any srcset value when it knows that it wont be generated for the specific aspect ratio
The text was updated successfully, but these errors were encountered:
Which package or tool is having this issue?
hydrogen-react
What version of that package or tool are you using?
2024.7.1
Steps to Reproduce
<Image />
component, and set aspectRatio to1/2
Expected Behavior
I would expect the
<Image />
image component to omit any srcset value when it knows that it wont be generated for the specific aspect ratioThe text was updated successfully, but these errors were encountered: