From b812019642ef59008663dfbaada9732610c6ccf6 Mon Sep 17 00:00:00 2001 From: CoolOppo Date: Mon, 13 Apr 2015 19:05:05 -0400 Subject: [PATCH] Fix it so that both videos play at the same speed! It is broken without this fix. --- demos/two-videos.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demos/two-videos.html b/demos/two-videos.html index c8ccf96..89501c2 100644 --- a/demos/two-videos.html +++ b/demos/two-videos.html @@ -36,7 +36,6 @@ addEvent(togglePlay, 'click', function () { if (ready) { - video.playbackRate = 0.5; if (video.paused) { if (video.ended) { video.currentTime = 0; @@ -101,4 +100,4 @@ if (s.length < 2) s = "0" + s; return s; } - \ No newline at end of file +