• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..23-Apr-2024-

images/H05-Aug-2020-11

README.mdH A D04-Aug-2020698 2213

plugin.info.txtH A D04-Aug-2020215 107

script.jsH A D04-Aug-20206 KiB161113

style.cssH A D04-Aug-20201.1 KiB5949

syntax.phpH A D04-Aug-20203.4 KiB10365

README.md

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