Skip to content

Commit

Permalink
Support center as a VTT alignment format (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
navinre authored Feb 5, 2020
1 parent 55c3d0f commit 7c832ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/captions/formats/vtt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class VTT < Base
# Alignment Data
ALIGNMENT_VALUES = {
"middle" => "middle",
"center" => "middle",
"left" => "left",
"right" => "right",
"start" => "start",
Expand Down

0 comments on commit 7c832ac

Please sign in to comment.