HTML5 Video Player Support Product Page
Added classes removed when the player is saved
Asked 29 Jan 2013 22:20:53
1
has this question
29 Jan 2013 22:20:53 Jonas Fornander posted:
If you add other classes to the player's div, then those disappear the next time you save the player.Like this:
<div class="image image-left dmxHTML5VideoPlayer applicious" id="vidPlayer1">
</div>
When I save it again, it changes to:
<div class="dmxHTML5VideoPlayer applicious" id="vidPlayer1">
</div>
Is this a bug or am I doing something wrong?
Replies
Replied 30 Jan 2013 08:08:27
30 Jan 2013 08:08:27 Vulcho Vulev replied:
Hello Jonas.
If you need to add positioning to the video player, create nested div instead. You can't change the html structure of our extension.
for example:
Regards:Vulcho.
If you need to add positioning to the video player, create nested div instead. You can't change the html structure of our extension.
for example:
<div id="imageleft"> <div class="dmxHTML5VideoPlayer applicious" id="vidPlayer1"> </div> .............. </div>
Regards:Vulcho.