Skip to content

Commit

Permalink
Merge pull request remy#67 from CoolOppo/patch-1
Browse files Browse the repository at this point in the history
Fix it so that both videos play at the same speed!
  • Loading branch information
remy committed Jun 18, 2015
2 parents 6e95a5d + b812019 commit eae156c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demos/two-videos.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

addEvent(togglePlay, 'click', function () {
if (ready) {
video.playbackRate = 0.5;
if (video.paused) {
if (video.ended) {
video.currentTime = 0;
Expand Down Expand Up @@ -101,4 +100,4 @@
if (s.length < 2) s = "0" + s;
return s;
}
</script>
</script>

0 comments on commit eae156c

Please sign in to comment.