Fix tagger result styling (#4222)

* Fix tagger result styling
* Fix DEFAULT_SLIDESHOW_DELAY
This commit is contained in:
DingDongSoLong4
2023-10-18 04:14:11 +02:00
committed by GitHub
parent 939bb422d1
commit 06d8353f4f
4 changed files with 51 additions and 52 deletions

View File

@@ -70,7 +70,7 @@ const CLASSNAME_NAV = `${CLASSNAME}-nav`;
const CLASSNAME_NAVIMAGE = `${CLASSNAME_NAV}-image`;
const CLASSNAME_NAVSELECTED = `${CLASSNAME_NAV}-selected`;
const DEFAULT_SLIDESHOW_DELAY = 5;
const DEFAULT_SLIDESHOW_DELAY = 5000;
const SECONDS_TO_MS = 1000;
const MIN_VALID_INTERVAL_SECONDS = 1;
const MIN_ZOOM = 0.1;