1Image Magnifier
2===============
3
4This is a [DokuWiki plugin](https://www.dokuwiki.org/plugin:magnifier) that renders a loupe over a smaller sized image. Inside the loupe will be the full image that can be revealed by hovering over the parts.
5
6_Note:_ The image of the loupe cannot be changed at the moment since the script requires its current dimensions and positions.
7
8This plugin also works fine together with the [popupviewer](https://www.dokuwiki.org/plugin:popupviewer) plugin
9
10Syntax
11------
12
13The syntax is synonymous to the image syntax.
14
15```
16{{magnifier>%IMAGE%|%TITLE}}
17```
18
19  * __%IMAGE%__ - is the usual image syntax including sizing specifiers
20  * __%TITLE%__ - a title for the image.
21
22