BMSVieira / moovie.js

Movie focused HTML5 Player
https://mooviejs.com/
MIT License
1.71k stars 138 forks source link

Subtitles settings #7

Closed SrPatinhas closed 3 years ago

SrPatinhas commented 3 years ago

We could be able to costumize the captions, like, text-border, color, position

When the controls are showing, the subtitles should update the position to be seen every time.

image

Even when in fullscreen, the subtitles size, are bigger then it should. maybe calculate with a smaller ratio?

BMSVieira commented 3 years ago

Hey, Thanks, I will keep that in mind in the next updates.

Regarding subtitles, there are shortcuts that allow you to change the placement and modify the size.

Key Description
Shift+PageUp Increase caption's size
Shift+PageDown Decrease caption's size
Shift+ArrowUp Move caption up
Shift+ArrowDown Move caption down

However, I noticed some kind of conflict with Shift + PageUp / Down that doesn't work on different types of keyboards. I will probably change those shortcuts in the next commit.