Skip to content

Commit

Permalink
enable autoplay for videos
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Feb 2, 2017
1 parent 73f95b2 commit 9804eb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tutorials/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h3>This tutorial will teach you how to ...</h3>
<section id='setup'>
<section>
<h3>Video 1: Setup</h3>
<iframe width="900" height="500" src="https://www.youtube.com/embed/FvMNFlpergY?rel=0" frameborder="0" allowfullscreen></iframe>
<iframe width="900" height="500" src="https://www.youtube.com/embed/FvMNFlpergY?rel=0;autoplay=1" frameborder="0" allowfullscreen></iframe>
</section>

<section>
Expand All @@ -116,7 +116,7 @@ <h3>What we tested</h3>
<section id='segmentation'>
<section>
<h3>Video 2: First conversion task</h3>
<iframe width="900" height="500" src="https://www.youtube.com/embed/NlmpVER3Vj8?rel=0" frameborder="0" allowfullscreen></iframe>
<iframe width="900" height="500" src="https://www.youtube.com/embed/NlmpVER3Vj8?rel=0;autoplay=1" frameborder="0" allowfullscreen></iframe>
</section>

<section>
Expand All @@ -132,7 +132,7 @@ <h3>What you will need to repeat the steps in the video</h3>
<section id='visualization'>
<section>
<h3>Video 3: Visualizing the result</h3>
<iframe width="900" height="500" src="https://www.youtube.com/embed/2rfies_1Z0Q?rel=0" frameborder="0" allowfullscreen></iframe>
<iframe width="900" height="500" src="https://www.youtube.com/embed/2rfies_1Z0Q?rel=0;autoplay=1" frameborder="0" allowfullscreen></iframe>
</section>

<section>
Expand Down

0 comments on commit 9804eb3

Please sign in to comment.