Download the PHP package starcitizenwiki/picture-html-support without Composer
On this page you can find all versions of the php package starcitizenwiki/picture-html-support. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download starcitizenwiki/picture-html-support
More information about starcitizenwiki/picture-html-support
Files in starcitizenwiki/picture-html-support
Download starcitizenwiki/picture-html-support
More information about starcitizenwiki/picture-html-support
Files in starcitizenwiki/picture-html-support
Vendor starcitizenwiki
Package picture-html-support
Short Description A MediaWiki extension that wraps thumbnails with picture elements, and allows adding additional source elements
License
Package picture-html-support
Short Description A MediaWiki extension that wraps thumbnails with picture elements, and allows adding additional source elements
License
Please rate this library. Is it a good library?
Informations about the package picture-html-support
PictureHtmlSupport
The PictureHtmlSupport enhances MediaWiki thumbnails on wiki page with <picture>
elements. It does these things:
- Wrap thumbnail
<img>
element with<picture>
element - Move resposive image definition to
<source>
element if enabled - Introduce the
PictureHtmlSupportBeforeProduceHtml
hook for users to add additional<source>
elements - Add a hidden
<a>
element next to the thumbnail HTML so web crawlers can crawl the original resolution image (https://phabricator.wikimedia.org/T54647)
Installation
-
Add the following line to
LocalSettings.php
: - Replace
includes/media/ThumbnailImage.php
(make a backup!) withincludes/ThumbnailImage.php
from this extension.
All versions of picture-html-support with dependencies
PHP Build Version
Package Version
No informations.
The package starcitizenwiki/picture-html-support contains the following files
Loading the files please wait ....