diff --git a/Block/SubcategoriesList.php b/Block/SubcategoriesList.php index 30613a5..b6a308c 100644 --- a/Block/SubcategoriesList.php +++ b/Block/SubcategoriesList.php @@ -310,4 +310,13 @@ public function isSvg($filepath) { return $this->mime->getMimeType($filepath) == "image/svg+xml"; } + /** + * Fix for widget instance + * + * @return boolean + */ + public function getResizeImage() + { + return $this->configHelper->useImageResizeHelper(); + } }