Is it possible to change the frame of the thumbnails in slideshow program?
Q: Is it possible to change the frame of the thumbnails?
I don't like blue or yellow...
Thanks
A: You should find the following code in engine/css/slideshow.css file:
.slideshow-thumbnails a {
display: block;
float: left;
padding: 5px;
position: relative;
}
and set value of 'padding' parameter to '0px':
.slideshow-thumbnails a {
display: block;
float: left;
padding: 0px;
position: relative;
}
Or you can change color of the thumbnail frames in
engine/css/slideshow.css file.
Just find the following code:
.slideshow-thumbnails a:hover {
background-color: #FF9 !important;
opacity: 1 !important;
}
.slideshow-thumbnails-active {
background-color: #9FF;
opacity: 1;
}
.slideshow-thumbnails-inactive {
background-color: #FFF;
opacity: .5;
}
and set values you need for 'background-color' parameters.
Related
May 09, 2013 Change image slideshow for joomla thumbnail frame color
When a slide show is created with thumbnails, can I change the color of the stroke that shows when you place your mouse over a thumbnail???
April 05, 2013 Scrolling of the thumbnails in jquery for slideshow
I use your VisualSlideShow. Only one thing confuses me: thumbnails are scrolled too fast.
March 03, 2013 Delete the frame of the thumbs in Visual Slideshow?
Is it possible to delete the frame of the thumbs in Visual Slideshow? If not, is it possible to change the color and bordersize?
February 24, 2013 Photo thumbnails in the picture slideshow
Can I make it so that the photo thumbnails in the picture slideshow are not opaque before clicking on them?
May 18, 2013 Use web slideshow software without thumbnails
Is there a way to display the slideshow only? The album I am working on has 50 pics and I only have a limited amount of space on the webpage I created for this.
April 10, 2013 Top jquery slideshow without navigation and thumbnails
I found your VisualSlideShow and have a question. Is it possible to have just an image without the lower part, ie the arrows, thumbnails and file name etc? All your demos have thumbnails, controller, captions on each image...
.
Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.