1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

2 commits

Author SHA1 Message Date
Adavier
146e592a6d qualityoptions.js now shows correct options for aspect ratios below 16:9 (1.77) (such as 4:3 (1.33))
qualityoptions.js assumes that all videos are wider than 16:9 (1.77).
So a video with resolution 1440x1080 (4:3 1080p) only exposes options of 720p as the width is not considered for
1080p.
This fixes that by checking if the aspect ratio is less than 1.77, and if so padding the width to 16:9.
2020-05-17 15:39:41 +01:00
dkanada
f06291e37b fix casing on a few more files and folders 2020-05-17 01:06:28 +09:00
Renamed from src/components/qualityoptions.js (Browse further)