Skip to content
This repository was archived by the owner on Apr 27, 2024. It is now read-only.

xartuu/flarum-imager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flarum Imager

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
  • 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:

Imager Settings

🔗 Links

📝 License

Copyright © 2020 Artuu.
This project is MIT licensed.


Extension created by @Artuu, the owner of My Kill

About

[Flarum Extension] Allows you to set default sizes for photos uploaded to the forum and change their size in the url.

Topics

Resources

License

Stars

Watchers

Forks

Contributors