VideoSub
VideoSub copied to clipboard
Not working when in video is set in fullscreen mode
The same. I think the code below not allow with fullscreen mode.
$VIDEOSUB(subcontainer).css({
'position': 'relative',
'margin' : 'auto',
'bottom': '70px',
'width': (videowidth-50)+'px',
'padding': '0 25px 0 25px',
'textAlign': 'center',
'backgroundColor': 'transparent',
'color': '#ffffff',
'fontFamily': 'Helvetica, Arial, sans-serif',
'fontSize': fontsize+'px',
'fontWeight': 'bold',
'textShadow': '-1px 0px black, 0px 1px black, 1px 0px black, 0px -1px black'
});