]> mj.ucw.cz Git - gallery.git/commitdiff
Gallery2: HighSlide dimming enabled
authorMartin Mares <mj@ucw.cz>
Thu, 27 Dec 2012 23:02:46 +0000 (00:02 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 8 Feb 2015 20:14:15 +0000 (21:14 +0100)
gal2/highslide/highslide.config.js
gal2/highslide/highslide.css

index 8e82c947bf13e3b5023f1f0755aee4256ec7a449..1a8408df0e2442662bee86a323050ae8a3d6b82c 100644 (file)
@@ -16,6 +16,7 @@ hs.captionOverlay = { position: "top" };
 hs.expandDuration = 100;
 hs.restoreDuration = 100;
 hs.dimmingDuration = 100;
+hs.dimmingOpacity = 0.8;
 hs.transitionDuration = 100;
 hs.thumbnailId = 'thumb1';
 hs.numberPosition = 'caption';
index e00d62f307fcc2df739daa05700e63e92e219c7d..5494b6a9e3a809ea5b0cb90cf8d60620b650dfd2 100644 (file)
@@ -928,3 +928,6 @@ html>/**/body .highslide-gallery ul img {
        border: 1px solid #505;
        margin: 2px;
 }
+.highslide-dimming {
+       background: black;
+}