Closed LitoMore closed 2 years ago
I patched this quick fix with my fork package. If anyone wants this in a hurry:
npm i @litomore/videojs-hls-quality-selector
Source: https://github.com/LitoMore/videojs-hls-quality-selector/tree/package/fix-quality-selector
The current logic is that we only pick
height
for labels in the quality list.But not all videos are landscape mode, we should support portrait mode videos.
Logic overview
Before
After