Add 1.25 and 0.75 playback rates

This commit is contained in:
Omar Roth
2019-03-16 09:17:57 -05:00
parent a8c375fc95
commit 405e98f429
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ var options = {
aspectRatio: "<%= aspect_ratio %>",
<% end %>
preload: "auto",
playbackRates: [0.5, 1, 1.5, 2],
playbackRates: [0.5, 0.75, 1.0, 1.25, 1.5, 2.0],
controlBar: {
children: [
"playToggle",