Merge pull request #109 from singingwolfboy/fix-quickstart-video-iframe

Add quotations marks around HTML attribute
This commit is contained in:
David Baumgold 2016-07-22 11:11:31 -04:00 committed by GitHub
commit f8dd2c30f6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ some basic configuration for you.
If you want a video walkthrough you can have a look at the screencast which
explains the quickstart project a bit:
<iframe width="100%" height=410 frameborder="0" allowfullscreen="allowfullscreen"
<iframe width="100%" height="410" frameborder="0" allowfullscreen="allowfullscreen"
src="https://www.youtube.com/embed/lTWTCwuPdrU?autoplay=0&fs=1">
</iframe>