VideoSub icon indicating copy to clipboard operation
VideoSub copied to clipboard

Not working when in video is set in fullscreen mode

Open LatinSuD opened this issue 10 years ago • 1 comments

LatinSuD avatar Aug 17 '15 18:08 LatinSuD

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'
                });

taimaiduc avatar Mar 13 '18 10:03 taimaiduc