kaltura / playkit-js

State of the Art HTML5 Player
GNU Affero General Public License v3.0
118 stars 35 forks source link

fix(FEC-12991): Left-positioned captions are centered on Firefox #704

Closed JonathanTGold closed 1 year ago

JonathanTGold commented 1 year ago

Description of the Changes

issue: we override the positionAlign on VTTCue with no excepted values, so Firefox ignores other values and keep its default value - 'auto' fix: changed the configuration to use the excepted values, (and keep the old ones for backward compatibility)

solves: FEC-12991

CheckLists