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 534d514 commit ac12fb6Copy full SHA for ac12fb6
app/code/Magento/Cms/Model/Wysiwyg/Images/Storage.php
@@ -722,6 +722,7 @@ public function resizeFile($source, $keepRatio = true)
722
$image->keepAspectRatio($keepRatio);
723
724
[$imageWidth, $imageHeight] = $this->getResizedParams($source);
725
+
726
$image->resize($imageWidth, $imageHeight);
727
$dest = $targetDir . '/' . $this->ioFile->getPathInfo($source)['basename'];
728
$image->save($dest);
0 commit comments