mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-02-04 20:04:27 -06:00
18 lines
564 B
YAML
18 lines
564 B
YAML
name: imageGalleryNavigation
|
|
# requires: CommunityScriptsUILibrary
|
|
description: This plugin adds features for navigating between images within a Gallery from the Image details page.
|
|
version: 0.4
|
|
url: https://discourse.stashapp.cc/t/imagegallerynavigation/1857
|
|
settings:
|
|
enableTransform:
|
|
displayName: Enable Zoom/Pan
|
|
description: Enable zoom (mouse wheel) and pan (click and drag) on Image detail page.
|
|
type: BOOLEAN
|
|
ui:
|
|
requires:
|
|
- CommunityScriptsUILibrary
|
|
javascript:
|
|
- imageGalleryNavigation.js
|
|
css:
|
|
- imageGalleryNavigation.css
|