26 lines
736 B
Markdown
26 lines
736 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 and [zoom],
|
|
a script to enlarge images on touch, click, or mouseover.
|
|
|
|
## Install
|
|
|
|
```
|
|
cd ./modules
|
|
https://git.hangar.org/arcHIVE-tech/ImageViewer/archive/main.zip
|
|
unzip main.zip
|
|
mv imageviewer-omeka-module/ ImageViewer
|
|
rm main.zip
|
|
```
|
|
|
|
## LISENCE
|
|
The module is released under the [MIT] License.
|
|
|
|
[arc-hive]: https://arc-hive.zone/
|
|
[wheelzoom]: https://github.com/jackmoore/wheelzoom
|
|
[zoom]: https://github.com/jackmoore/zoom
|
|
[Omeka S]: https://omeka.org/s
|
|
[ImageViewer]: https://git.hangar.org/arcHIVE-tech/ImageViewer
|
|
[MIT]: http://opensource.org/licenses/MIT
|