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
@@ -52,7 +52,7 @@ but files will be distributed under that hash-named directories.
52
52
53
53
namespace Your\App\Presenters;
54
54
55
-
use Contributte\ImageStorage\ImageStoragePresenterTrait;;
55
+
use Contributte\ImageStorage\ImageStoragePresenterTrait;
56
56
use Nette\Application\UI\Presenter;
57
57
58
58
class ImageStoragePresenter extends Presenter
@@ -147,7 +147,7 @@ The original images remain saved.
147
147
148
148
## Friendly URL
149
149
150
-
The transformed image name does not look to much friendly (eg `/avatars/kitty.200x200.fit.jpg`).
150
+
The transformed image name does not look too friendly (eg `/avatars/kitty.200x200.fit.jpg`).
151
151
You can change the method of creating links to images in configuration file so the link will look `/avatars/200x200.fit/kitty.jpg` which is much more friendly when downloading the image.
152
152
153
153
If you don't want to make links to image in this format:
0 commit comments