A Flarum extension. Load images on click.
When this extension is enabled, all user provided images within the [IMG]...[/IMG]
code tag will be replaced by a
placeholder. The actual image is only loaded when that placeholder is clicked. This ensures that no third party content
is loaded without user permissions.
Install with composer:
composer require archlinux-de/flarum-click-image:"*"
composer update archlinux-de/flarum-click-image:"*"
php flarum cache:clear