Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 11-Apr-2025 | - | ||||
images/ | H | 05-Aug-2020 | - | 1 | 1 | |
README.md | H A D | 04-Aug-2020 | 698 | 22 | 13 | |
plugin.info.txt | H A D | 04-Aug-2020 | 215 | 10 | 7 | |
script.js | H A D | 04-Aug-2020 | 6 KiB | 161 | 113 | |
style.css | H A D | 04-Aug-2020 | 1.1 KiB | 59 | 49 | |
syntax.php | H A D | 04-Aug-2020 | 3.4 KiB | 103 | 65 |
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