starcitizenwiki/picture-html-support

There is no license information available for the latest version (1.0.0) of this package.

A MediaWiki extension that wraps thumbnails with picture elements, and allows adding additional source elements

1.0.0 2023-08-07 17:37 UTC

README

The PictureHtmlSupport extension wraps MediaWiki thumbnails on wiki page with <picture> elements and allow the user to add additional <source> elements within <picture>.

Installation

  1. Add the following line to LocalSettings.php:

    wfLoadExtension( 'PictureHtmlSupport' );
  2. Replace includes/media/ThumbnailImage.php (make a backup!) with includes/ThumbnailImage.php from this extension.