HTML5 Slideshow Support Product Page

Can used style border-radius to the gallery?

Asked 20 Sep 2012 08:35:44
1
has this question
20 Sep 2012 08:35:44 David Casadevall posted:
Can used style border-radius to the gallery?

Replies

Replied 20 Sep 2012 08:55:51
20 Sep 2012 08:55:51 Vulcho Vulev replied:
Hello David.

Can you describe a little bit more detailed what exactly you need to achieve ?

Regards: Vulcho.
Replied 20 Sep 2012 09:12:12
20 Sep 2012 09:12:12 David Casadevall replied:
All the gallery with border-radius: 30px;
www.envasesdecosmetica.es/border-radius.html

thanks Vulcho
Replied 20 Sep 2012 09:21:44
20 Sep 2012 09:21:44 Teodor Kuduschiev replied:
Hello David,

Please add:


#slideshow1 {
border-radius: 30px;
}



in your css file.
Replied 20 Sep 2012 13:50:59
20 Sep 2012 13:50:59 David Casadevall replied:
Thanks Vulcho.

and this is ok ?
#slideshow1 {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
}
Replied 20 Sep 2012 14:00:00
20 Sep 2012 14:00:00 David Casadevall replied:
if I put in style.css don't run (only when change the photo)
www.envasesdecosmetica.es/gallery-probes02
Replied 20 Sep 2012 15:09:22
20 Sep 2012 15:09:22 Teodor Kuduschiev replied:
Hello this:

#slideshow1 {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
} 

Needs to be:


#slideshow1 {
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px; 
} 

Replied 21 Sep 2012 05:26:54
21 Sep 2012 05:26:54 David Casadevall replied:
Hi
Don't run, its the same only get radius when change photo, any solution ?
www.envasesdecosmetica.es/gallery-probes02
Replied 21 Sep 2012 06:20:54
21 Sep 2012 06:20:54 Teodor Kuduschiev replied:
Hello,

It seems this is not possible to add border radius to the html5 canvas created.

Reply to this topic