Make default audio/video player wider
-
Sometimes I need to rewind audio file, that played in vivaldi.
But default player is too small, could you make it wider, like in firefox?
Please, compare attached screenshots. -
I agree, it makes things really awkward.
The following CSS fixes it on a test URL :
video { width: 100vw; height: 100vh; }
Why it renders as a video, I have no clue...
-
Or as a bookmarklet:
javascript:void(document.getElementsByTagName('video')[0].style.width='100vw')
-
How to make this style default for "video" tag?
I tried to insert into the "vivaldi\browser\2.0.1309.37\resources\vivaldi\style\common.css" but it not works. -
@zdm Unfortunately, you can't set this as a default style.
You could add it to it's own file under
resources/vivaldi/user_files
, then every time you come across this, open page actions and turn it on.