We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066e31c commit 6464c6dCopy full SHA for 6464c6d
app/code/Magento/Catalog/etc/di.xml
@@ -1328,4 +1328,9 @@
1328
<plugin name="remove_images_from_gallery_after_removing_product"
1329
type="Magento\Catalog\Plugin\RemoveImagesFromGalleryAfterRemovingProduct"/>
1330
</type>
1331
+ <type name="Magento\Catalog\Observer\ImageResizeAfterProductSave">
1332
+ <arguments>
1333
+ <argument name="imageResizeScheduler" xsi:type="object">Magento\MediaStorage\Service\ImageResizeScheduler\Proxy</argument>
1334
+ </arguments>
1335
+ </type>
1336
</config>
0 commit comments