dvlden / ultrawideo-v2

Upscale or stretch any video on the web, to make it look great on UltraWide screens.
MIT License
135 stars 19 forks source link

18:9 upscale support #21

Closed Vasllo closed 5 years ago

Vasllo commented 5 years ago

Before Opening

Search for duplicate or closed issues

Information

Would it be possible to add 18:9 support to the upscale mode? Because with only 21:9 upscale mode and the rise of 18:9 content, I either watch with bars all around the content, or cut part of the content.

dvlden commented 5 years ago

Hello,

I answered this question in your previous open issue.

#20 Comment

Regarding your last question, it is not possible. The extension does not use any expensive JS calculations for the aspect ratio, but rather uses CSS so that the browser itself can handle this.

If object-fit does not support it (as it does not at this time), it is not possible.