
Customize JW Player 7 Control Bar Height
I'm looking to use JW Player 7 on a self-hosted 21 inch android tablet application. The application is meant to run only on this device with local resources and no internet connection.
The current size of buttons on the control panel is too small for touch based operation, so I want to increase the overall control bar height and button sizes. Is this possible through customization of an existing skin via CSS?
How do I go about it and how do I self-host the CSS after modification. I tried to follow the instructions on the site but CSS customization does not seem to have any effect although I can select which of the free skins I want during jwplayer setup via:
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: "/upload/myVideo.mp4",
skin: {
name: "bekle"
}
});