Skip to content

Commit

Permalink
Merge pull request #7 from Shopify/main
Browse files Browse the repository at this point in the history
Remove "hover" option for image zoom (Shopify#2283)
  • Loading branch information
uniorusa authored Feb 3, 2023
2 parents 26ad7d3 + e41e190 commit 2497b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions sections/featured-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -1432,18 +1432,13 @@
"value": "lightbox",
"label": "t:sections.main-product.settings.image_zoom.options__1.label"
},
{
"value": "hover",
"label": "t:sections.main-product.settings.image_zoom.options__2.label"
},
{
"value": "none",
"label": "t:sections.main-product.settings.image_zoom.options__3.label"
}
],
"default": "lightbox",
"label": "t:sections.main-product.settings.image_zoom.label",
"info": "t:sections.main-product.settings.image_zoom.info"
"label": "t:sections.main-product.settings.image_zoom.label"
},
{
"type": "checkbox",
Expand Down
7 changes: 1 addition & 6 deletions sections/main-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2020,18 +2020,13 @@
"value": "lightbox",
"label": "t:sections.main-product.settings.image_zoom.options__1.label"
},
{
"value": "hover",
"label": "t:sections.main-product.settings.image_zoom.options__2.label"
},
{
"value": "none",
"label": "t:sections.main-product.settings.image_zoom.options__3.label"
}
],
"default": "lightbox",
"label": "t:sections.main-product.settings.image_zoom.label",
"info": "t:sections.main-product.settings.image_zoom.info"
"label": "t:sections.main-product.settings.image_zoom.label"
},
{
"type": "select",
Expand Down

0 comments on commit 2497b0f

Please sign in to comment.