23 lines
545 B
Markdown
23 lines
545 B
Markdown
|
# ImageViewer media for Omeka S
|
||
|
|
||
|
[ImageViewer] is a module for [Omeka S] that optionally enables [wheelzoom],
|
||
|
a script for zooming IMG elements with the mousewheel/trackpad.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
```
|
||
|
cd ./modules
|
||
|
https://git.hangar.org/arcHIVE-tech/ImageViewer/archive/main.zip
|
||
|
unzip main.zip
|
||
|
```
|
||
|
|
||
|
## LISENCE
|
||
|
The module is released under the [MIT] License.
|
||
|
|
||
|
|
||
|
[arc-hive]: https://arc-hive.zone/
|
||
|
[wheelzoom]: https://github.com/jackmoore/wheelzoom
|
||
|
[Omeka S]: https://omeka.org/s
|
||
|
[Archive.org]: https://archive.org
|
||
|
[MIT]: http://opensource.org/licenses/MIT
|