This extension is forked from Mediawiki Extension:SlimboxThumbs
This extension includes a copy of Slimbox. It has one small modification: caption is animated together with image container, instead of original annoying consecutive animation. Also "autoloader" is removed from slimbox2.js, and there is an additional slimboxthumbs.js file.
MediaWiki 1.24.0 or higher
- Command
git clone https://github.com/wiki-chan/SlimboxThumbs.git
in $IP/extensions
- Enable the extension by adding this line to your LocalSettings.php:
wfLoadExtension( "SlimboxThumbs" );