archlinux-de/flarum-click-image

Load images on click

Installs: 664

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

Type:flarum-extension

1.1.1 2023-05-28 09:47 UTC

This package is auto-updated.

Last update: 2024-04-11 10:27:34 UTC


README

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.

Installation

Install with composer:

composer require archlinux-de/flarum-click-image:"*"

Updating

composer update archlinux-de/flarum-click-image:"*"
php flarum cache:clear

Links