HTML5 Video Player Support Product Page
Play Image on Poster Image
Asked 17 Mar 2011 06:36:25
1
has this question
17 Mar 2011 06:36:25 Michael Lau posted:
Is there a way to use my own play button image that is superimposed on the poster image or hide it so I can put that on my poster image? Replies
Replied 17 Mar 2011 11:39:12
17 Mar 2011 11:39:12 Miroslav Zografski replied:
Hello Michael,
You have a choice on that:
1):
You can edit the original image used for Play button. It is located in SiteRoot/Styles/dmxHTML5VideoPlayer/styleName/start.png.
And 2):
You can change the style property for that background image by setting up somewhere following css statement:
Regards,
You have a choice on that:
1):
You can edit the original image used for Play button. It is located in SiteRoot/Styles/dmxHTML5VideoPlayer/styleName/start.png.
And 2):
You can change the style property for that background image by setting up somewhere following css statement:
.ppstart{ background-image: url("your_new_start_image_relative_path_here.png") !important; }
Regards,