mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Add original img to query
This commit is contained in:
@@ -4,6 +4,9 @@ export const responsiveImageFragment = /* GraphQL */ `
|
||||
urlMedium: url(width: $imgMediumWidth, height: $imgMediumHeight)
|
||||
urlLarge: url(width: $imgLargeWidth, height: $imgLargeHeight)
|
||||
urlXL: url(width: $imgXLWidth, height: $imgXLHeight)
|
||||
urlOriginal
|
||||
altText
|
||||
isDefault
|
||||
}
|
||||
`
|
||||
|
||||
|
Reference in New Issue
Block a user