mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-06-13 01:04:56 -05:00
17 lines
499 B
YAML
17 lines
499 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.3
|
|
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
|