Is there any way to position html5 video subtitles 30px from bottom with javascript or css, Something like that.
<track kind="captions" label="English" srclang="en" src="en.vtt" default/>
.track{
margin-bottom: 30px;
}
Is there any way to position html5 video subtitles 30px from bottom with javascript or css, Something like that.
<track kind="captions" label="English" srclang="en" src="en.vtt" default/>
.track{
margin-bottom: 30px;
}