artuu / flarum-imager
This package is abandoned and no longer maintained.
No replacement package was suggested.
Allows you to set default sizes for photos uploaded to the forum and change their size in the url.
0.1.0
2020-06-14 18:38 UTC
Requires
- flarum/core: >=0.1.0-beta.13 <0.1.0-beta.14
This package is auto-updated.
Last update: 2024-05-15 03:53:33 UTC
README
Allows you to set default sizes for photos uploaded to the forum and change their size in the url.
💼 How does it work?
The extension creates its own folder (public/assets/imager), where it places images in a higher resolution. This extension allows you to set the size in the url, maximum up to the photo size. The default saving of photos (from flarum) also works.
📚 What you should know
- The images are in the above mentioned folder.
- The url syntax is as follows
- Favicon
http://localhost/assets/favicon?s=64 - Logo
http://localhost/assets/logo?s=60 - User avatar
http://localhost/assets/avatars/{user_avatarUrl}?s=100
- Favicon
- The variable
?s={size}in the url indicates the size of the image that should display the extension. - You can set up a group of users who may have a larger avatar size.
🚀 Installation
To download the extension you can use Bazaar or install it through composer:
composer require artuu/flarum-imager
✨ Demo
Screenshots from:
Screenshot from Imager Settings: