Adjust crop variant for product detail page

This commit is contained in:
Björn Fromme
2018-10-18 11:18:24 +02:00
parent b11acfbce3
commit dea71a20ed
@@ -484,20 +484,11 @@ return [
'config' => [
'cropVariants' => [
'default' => [
'title' => 'Preview',
'title' => 'Slider',
'allowedAspectRatios' => [
'preview' => [
'title' => 'Standard',
'value' => 1.8,
],
],
],
'zoom' => [
'title' => 'Zoom',
'allowedAspectRatios' => [
'free' => [
'title' => 'frei',
'value' => 'NaN',
'value' => 1.625,
],
],
],