Skip to content

Commit

Permalink
Default cue.position to "auto"
Browse files Browse the repository at this point in the history
Fixes #354
  • Loading branch information
johnBartos committed Nov 15, 2016
1 parent 70189e5 commit c45552b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dist/vtt.js
Original file line number Diff line number Diff line change
Expand Up @@ -720,13 +720,7 @@
cue.snapToLines = settings.get("snapToLines", true);
cue.size = settings.get("size", 100);
cue.align = settings.get("align", "middle");
cue.position = settings.get("position", {
start: 0,
left: 0,
middle: 50,
end: 100,
right: 100
}, cue.align);
cue.position = settings.get("position", "auto");
cue.positionAlign = settings.get("positionAlign", {
start: "start",
left: "start",
Expand Down

0 comments on commit c45552b

Please sign in to comment.