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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ Available variables with examples:
49
49
Feel free to decorate `ThumbnailUrlTemplateInterface` to add more individual functions like [signed imgproxy](https://github.com/FriendsOfShopware/FroshPlatformThumbnailProcessorImgProxy)
50
50
51
51
## Removing unneeded thumbnails
52
-
You may want to delete folder `thumbnails` within folder `public`
52
+
You may want to delete folder `thumbnails` within folder `public`.
53
+
If needed, you could create redirects on your web server for old paths.
54
+
Example for Apache .htaccess: `RewriteRule ^thumbnail/(.*)_\d+x\d+.(.*)$ https://cdn.myshop.com/media/$1.$2 [L,R=301]`, consult their docs for more details.
53
55
54
56
## Adding more thumbnail sizes:
55
57
- Save new size in the folder of the media management
0 commit comments