
Remove white borders and disable left mouse click (avoid pause)
1. How to remove the white borders?
http://i44.photobucket.com/albums/f36/Awesoft/borders_zpsbuxg0kyx.png
2. How to disable the left mouse button in order to avoid pause?
Thank you.
1. How to remove the white borders?
http://i44.photobucket.com/albums/f36/Awesoft/borders_zpsbuxg0kyx.png
2. How to disable the left mouse button in order to avoid pause?
Thank you.
(I use JW Player 6.12)
About the point 2. I'd like to disable the pause when I click the left mouse button, but maintaining the double click for full screen.
1) That is not a white border around the player, that is simple the padding on the document. Any html page will have a body with padding by default. You can override this by using CSS.
2) I’m afraid that when you disable controls, that also disables the ability to enter fullscreen mode as well. This is not possible with the JWPlayer.
-Cooper
Thank you.
Adding this code solved my problem:
<body style="margin:0">
Great, glad to hear it.
Cooper