forked from M3-Academy/challenge-vtex-io
refactor(product-image.jsonc): modificando aspectRatio do product-images para opção phone
This commit is contained in:
parent
c96695bd39
commit
7e22220dfd
@ -10,7 +10,7 @@
|
|||||||
"props": {
|
"props": {
|
||||||
"aspectRatio": {
|
"aspectRatio": {
|
||||||
"desktop": "auto",
|
"desktop": "auto",
|
||||||
"phone": "16:9"
|
"phone": "auto"
|
||||||
},
|
},
|
||||||
"displayThumbnailsArrows": false,
|
"displayThumbnailsArrows": false,
|
||||||
"showPaginationDots": false,
|
"showPaginationDots": false,
|
||||||
|
Loading…
Reference in New Issue
Block a user