
Playlist cropping off some text
Hi,
I'm using the five skin with a playlist on the right side of the player. I'm looking for a minimalist title only of the item. The problem is that although the width is sufficient to show the text, there is some white element on the right side of the list that is cutting off significant amount of the text.
Additionally, this is inconsistent between flash and html5 version of the list, with flash cutting much more of the text.
To overcome this, I have to set list widths much wider than necessary
I have latest version of JWPlayer with the following settings:
jwplayer("liveTV").setup({
playlist: 'playlist.rss',
width: "100%",
aspectratio: "16:9",
fallback: 'true',
autostart: 'false',
skin: 'jwplayer/skins/five.xml',
listbar: {
position: 'right',
size: '100',
layout: 'basic',
},
});