]> mj.ucw.cz Git - gallery.git/commitdiff
Gallery2: HighSlide fine tuning
authorMartin Mares <mj@ucw.cz>
Thu, 27 Dec 2012 21:29:35 +0000 (22:29 +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 56fca57a52bcfb8122a5062e79cfa9037ad76df0..7e5bb31ada2d5ea5b5b14b3efabeef1fbaac7278 100644 (file)
@@ -2,8 +2,9 @@
  *     Site-specific configuration settings for Highslide JS
  */
 
-hs.showCredits = false;
-hs.outlineType = 'custom';
+hs.showCredits = true;
+hs.creditsPosition = 'top right';
+hs.outlineType = 'rounded-black';
 hs.fadeInOut = false;
 hs.align = 'center';
 hs.useBox = true;
@@ -21,7 +22,6 @@ hs.thumbnailId = 'thumb1';
 hs.numberPosition = 'caption';
 hs.transitions = ['expand', 'crossfade'];
 
-// Add the slideshow controller
 hs.addSlideshow({
        slideshowGroup: 'group1',
        interval: 5000,
index 28bfc2304c31c4d99f21e2a225bc025637f00c46..e00d62f307fcc2df739daa05700e63e92e219c7d 100644 (file)
@@ -928,13 +928,3 @@ html>/**/body .highslide-gallery ul img {
        border: 1px solid #505;
        margin: 2px;
 }
-
-/*
-.highslide-thumbstrip {
-       background-color: black;
-       border: 1px solid white;
-       padding-top: 8px;
-       padding-bottom: 0px;
-       width: 100%;
-}
-*/