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
fit
"@shopify/ui-extensions": "2024.10.x", "@shopify/ui-extensions-react": "2024.10.x",
When compared to <Image />, there's no fit property for <ProductThumbnail />.
<Image />
<ProductThumbnail />
Example:
// cover | contain <ProductThumbnail fit="cover" />
We wan't to be able to control how the image fits in the component, examples
fit=contain (same as current)
fit=contain
fit=cover:
fit=cover
The text was updated successfully, but these errors were encountered:
Hey @mateusvahl, I can confirm we're working on bringing support for this by year's end.
Sorry, something went wrong.
@Osarumwense Cool! Thanks!
No branches or pull requests
Please list the package(s) involved in the issue, and include the version you are using
Feature request
When compared to
<Image />
, there's nofit
property for<ProductThumbnail />
.Example:
We wan't to be able to control how the image fits in the component, examples
fit=contain
(same as current)fit=cover
:The text was updated successfully, but these errors were encountered: