ImageGallery-omeka-module/README.md

26 lines
742 B
Markdown
Raw Normal View History

2021-06-28 12:07:44 +02:00
# ImageGallery media for Omeka S
[ImageGallery] 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/ImageGallery/archive/main.zip
unzip main.zip
mv imageviewer-omeka-module/ ImageGallery
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
[ImageGallery]: https://git.hangar.org/arcHIVE-tech/ImageGallery
[MIT]: http://opensource.org/licenses/MIT