Difference between revisions of "Adaptivethumb"
(→What can this extension do?) |
|||
Line 1: | Line 1: | ||
AdaptiveThumb is a MediaWiki extension that allows you to create a thumbnail for an image that scales with the browser size. | AdaptiveThumb is a MediaWiki extension that allows you to create a thumbnail for an image that scales with the browser size. | ||
− | + | = What can this extension do? = | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
This extension allows you to show images that scale with the browser window. Find an example below: | This extension allows you to show images that scale with the browser window. Find an example below: | ||
<pic src="http://www.linuxintro.org/images/Bash-scripting-mindmap.jpg" width=41% align=auto caption="resize your browser window and I will change my size ;)" link="http://www.linuxintro.org/wiki/BaBE_-_Bash_By_Examples" border=1 /> | <pic src="http://www.linuxintro.org/images/Bash-scripting-mindmap.jpg" width=41% align=auto caption="resize your browser window and I will change my size ;)" link="http://www.linuxintro.org/wiki/BaBE_-_Bash_By_Examples" border=1 /> | ||
− | + | = Download instructions = | |
Download the package here: https://github.com/tstaerk/adaptivethumb/archive/master.zip. | Download the package here: https://github.com/tstaerk/adaptivethumb/archive/master.zip. | ||
− | + | = Installation = | |
To install this extension, in this example for Linux, unpack it to the $IP/extensions folder: | To install this extension, in this example for Linux, unpack it to the $IP/extensions folder: | ||
extensions# unzip master.zip | extensions# unzip master.zip | ||
Line 23: | Line 19: | ||
</pre> | </pre> | ||
− | + | = Usage = | |
To use this extension, simply put a <pic> tag into your mediawiki markup like this: | To use this extension, simply put a <pic> tag into your mediawiki markup like this: | ||
<pic src="/mindmap.jpg" width=30% align=right caption="this is a mindmap" /> | <pic src="/mindmap.jpg" width=30% align=right caption="this is a mindmap" /> | ||
− | == | + | = Pages = |
− | + | ||
− | + | Download, Code, Bugreporting here: https://github.com/tstaerk/adaptivethumb | |
+ | |||
+ | adaptivethumb@mediawiki: https://www.mediawiki.org/wiki/Extension:AdaptiveThumb | ||
+ | |||
+ | = See also = | ||
+ | * http://www.staerk.de/thorsten/Writing_mediawiki_extensions |
Revision as of 17:31, 31 January 2015
AdaptiveThumb is a MediaWiki extension that allows you to create a thumbnail for an image that scales with the browser size.
Contents |
What can this extension do?
This extension allows you to show images that scale with the browser window. Find an example below:
![]() |
resize your browser window and I will change my size ;) |
Download instructions
Download the package here: https://github.com/tstaerk/adaptivethumb/archive/master.zip.
Installation
To install this extension, in this example for Linux, unpack it to the $IP/extensions folder:
extensions# unzip master.zip
A new folder $IP/extensions/adaptivethumb will be added. Make sure its owner:group is www-data:www-data or whatever you apache is running as:
extensions# chown -R www-data:www-data adaptivethumb
Add the following to LocalSettings.php:
require_once("$IP/extensions/adaptivethumb/adaptivethumb.php");
Usage
To use this extension, simply put a <pic> tag into your mediawiki markup like this:
<pic src="/mindmap.jpg" width=30% align=right caption="this is a mindmap" />
Pages
Download, Code, Bugreporting here: https://github.com/tstaerk/adaptivethumb
adaptivethumb@mediawiki: https://www.mediawiki.org/wiki/Extension:AdaptiveThumb