HTML5 Slideshow Support Product Page
Answered
How put control bar douwn when increase the photo size ?
Asked 20 Sep 2012 08:34:38
1
has this question
20 Sep 2012 08:34:38 David Casadevall posted:
How put control bar douwn when increase the photo size ? Replies
Replied 20 Sep 2012 08:58:08
20 Sep 2012 08:58:08 Vulcho Vulev replied:
Hello David and welcome to dmxzone support forum.
Can you describe a little bit more detailed what you need to achieve? Also please provide us with link to your page.
Regards: Vulcho.
Can you describe a little bit more detailed what you need to achieve? Also please provide us with link to your page.
Regards: Vulcho.
Replied 20 Sep 2012 09:04:00
20 Sep 2012 09:04:00 David Casadevall replied:
Hi Vulcho
By increasing the size of the gallery controls remain amid the gallery.
As I can download them?
www.envasesdecosmetica.es/gallery-probes02.html
thanks
By increasing the size of the gallery controls remain amid the gallery.
As I can download them?
www.envasesdecosmetica.es/gallery-probes02.html
thanks
Replied 20 Sep 2012 09:23:32
20 Sep 2012 09:23:32 Teodor Kuduschiev replied:
Hello,
This can be changed from the UI of the extension: Select a position: top, center or bottom for the controls.
This can be changed from the UI of the extension: Select a position: top, center or bottom for the controls.
Replied 20 Sep 2012 13:53:18
20 Sep 2012 13:53:18 David Casadevall replied:
Thanks Vulcho
UI of the extension?
inside styles ?
dmxHTML5Slideshow.css
minimalistic.css ?
UI of the extension?
inside styles ?
dmxHTML5Slideshow.css
minimalistic.css ?
Replied 20 Sep 2012 13:58:56
20 Sep 2012 13:58:56 Teodor Kuduschiev replied:
UI = User Interface. The Graphical Interface that you see when you click on the extensions icon.
Replied 21 Sep 2012 05:44:11
21 Sep 2012 05:44:11 David Casadevall replied:
In dreamweaver i don't can get the element (controlbar) don't show.
If I change: (absolute x bottom)
.dmxSlideshow .dmxControlbar {
position: absolute;
padding: 2px 5px;
background-color: transparent;
background: rgba(255, 255, 255, 0.5);
-ms-filter: progidXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
filter: progidXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
text-align: center;
z-index: 12;
}
The control bar go up ??
If I change: (absolute x bottom)
.dmxSlideshow .dmxControlbar {
position: absolute;
padding: 2px 5px;
background-color: transparent;
background: rgba(255, 255, 255, 0.5);
-ms-filter: progidXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
filter: progidXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
text-align: center;
z-index: 12;
}
The control bar go up ??
Replied 21 Sep 2012 05:55:36
21 Sep 2012 05:55:36 David Casadevall replied:
Hi Teodor.
I find the solution:
Change the position with style minimalistic.css
.dmxSlideshow.minimalistic .dmxControlbar.center {
border: 1px solid #666;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
top:650px !important; This change the position controlbar[/b][/b]
}
www.envasesdecosmetica.es/gallery-probes02.html
I find the solution:
Change the position with style minimalistic.css
.dmxSlideshow.minimalistic .dmxControlbar.center {
border: 1px solid #666;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
top:650px !important; This change the position controlbar[/b][/b]
}
www.envasesdecosmetica.es/gallery-probes02.html