Skip to content

Commit

Permalink
Remove "hover" option for image zoom (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stu Freen authored Feb 3, 2023
1 parent 29ba0d6 commit e41e190
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 @@ -1424,18 +1424,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 @@ -1998,18 +1998,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 e41e190

Please sign in to comment.