Paratii-Video / paratii-mediaplayer

v0.0.2 of the Paratii Player, with a sleeker UI, plugin-oriented architecture
http://paratii.video
GNU General Public License v3.0
15 stars 2 forks source link

Player responsiveness fix: appears wider than it should, black bars always there #40

Closed felipegaucho closed 6 years ago

felipegaucho commented 6 years ago

Although on the /embed route it seems the ratio and size is fine, on the /play route, the player shows up too wide, which leaves black bars on the side of the video. It should be less wide, and use the standard format.

Spotted on MAC / Chrome.

giz responsive

bent0b0x commented 6 years ago

This is much better now but we still get the black bars sometimes. Will look to optimize.

bent0b0x commented 6 years ago

Hey @felipegaucho, I think @jrgarou fixed this in a PR from a month or so ago. The black bars show up sometimes, but only when it is necessary to maintain the aspect ratio of the video (i.e. you are playing a tall video in a wide screen). Feel free to take a look yourself and let me know if you see any videos that are misbehaving, then I'll take a look at those specific cases.

felipegaucho commented 6 years ago

Seems good to me!