You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Magento 2.4 has the option to set a dynamic URL (General -> Web -> Url options). This module adds an extra option to define the format of the URL.
4
-
3
+
Magento 2.4 has the option to set a dynamic URL (General -> Web -> Url options).
4
+
This module adds an extra option to define the format of the URL.
5
5
6
6
## Install
7
7
@@ -13,17 +13,49 @@ php bin/magento setup:upgrade
13
13
14
14
## Configuration
15
15
16
-
You can configure the url in Web -> URLS
16
+
You can configure the url in General -> Web -> Url Options. Set the 'Catalog media URL format' option to 'Image optimization based on query parameters'.
17
+
This will prevent Magento from creating resized images. Select a Custom URL format for Imgproxy or Pattern, to use this module.
0 commit comments