diff --git a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_product.php b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_product.php index d22f7b5f..0ea25983 100644 --- a/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_product.php +++ b/web/typo3conf/ext/ep_products/Configuration/TCA/tx_epproducts_domain_model_product.php @@ -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, ], ], ],