user234683 / youtube-local

browser-based client for watching Youtube anonymously and with greater page performance
GNU Affero General Public License v3.0
501 stars 62 forks source link

Fixed video size #137

Closed canjbfeeltheesemuffins closed 2 years ago

canjbfeeltheesemuffins commented 2 years ago

https://www.youtube.com/watch?v=pVMldM3PF-o

With theater mode off the video above has the player dimensions at 640x1137. That is 1137 vertical pixels height.

Please add option to allow the video player to have a fixed dimension size (such as 640x360) so it is always fixed at this size regardless of the video playing in it.

canjbfeeltheesemuffins commented 2 years ago

or max size the player can take (ie up to 800w and 480h)

canjbfeeltheesemuffins commented 2 years ago

360x640 406x720 480x854

The video max sizes. There is no 1130+

ohnonot commented 2 years ago

This has nothing to do with the video sizes YT provides for streaming - it's a browser / page layout issue, CSS and possibly javascript.

That said I'd like to see an option to add custom CSS in settings...

canjbfeeltheesemuffins commented 2 years ago

nvm sorry for opening this

the "fix" was in templates (video: calc ...)

closing