Adjust crop variant for product detail page
This commit is contained in:
+2
-11
@@ -484,20 +484,11 @@ return [
|
|||||||
'config' => [
|
'config' => [
|
||||||
'cropVariants' => [
|
'cropVariants' => [
|
||||||
'default' => [
|
'default' => [
|
||||||
'title' => 'Preview',
|
'title' => 'Slider',
|
||||||
'allowedAspectRatios' => [
|
'allowedAspectRatios' => [
|
||||||
'preview' => [
|
'preview' => [
|
||||||
'title' => 'Standard',
|
'title' => 'Standard',
|
||||||
'value' => 1.8,
|
'value' => 1.625,
|
||||||
],
|
|
||||||
],
|
|
||||||
],
|
|
||||||
'zoom' => [
|
|
||||||
'title' => 'Zoom',
|
|
||||||
'allowedAspectRatios' => [
|
|
||||||
'free' => [
|
|
||||||
'title' => 'frei',
|
|
||||||
'value' => 'NaN',
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user