jellyfish-web/src/components/playback
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
..
brightnessosd.js Change icon tag to span 2020-04-26 13:29:47 +03:00
experimentalwarnings.js Force the use of single quotes 2020-05-04 12:44:12 +02:00
iconosd.css Fix number-leading-zero (CSS) 2020-01-25 11:35:33 +01:00
mediasession.js Force the use of single quotes 2020-05-04 12:44:12 +02:00
nowplayinghelper.js Force the use of single quotes 2020-05-04 12:44:12 +02:00
playaccessvalidation.js Force the use of single quotes 2020-05-04 12:44:12 +02:00
playbackmanager.js Fix more accessibility and blockers 2020-05-08 10:44:42 +02:00
playbackorientation.js Force the use of single quotes 2020-05-04 12:44:12 +02:00
playerSelectionMenu.js Force the use of single quotes 2020-05-04 12:44:12 +02:00
playersettingsmenu.js qualityoptions.js now shows correct options for aspect ratios below 16:9 (1.77) (such as 4:3 (1.33)) 2020-05-17 15:39:41 +01:00
playmethodhelper.js Add missing final newlines 2020-02-22 11:47:03 -05:00
playqueuemanager.js Force the use of single quotes 2020-05-04 12:44:12 +02:00
remotecontrolautoplay.js Merge pull request #816 from MrTimscampi/quiet 2020-02-25 22:45:26 +09:00
volumeosd.js Use remove+add pattern for icons 2020-05-02 14:02:44 +03:00