Created
June 13, 2017 16:22
-
-
Save chrisjreber/5b80ae604da8217c04446901a9d0d9ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*=============================================== | |
= Auto play youtube video = | |
===============================================*/ | |
var videosrc=$("iframe").attr("src")+"&autoplay=1"; | |
$("iframe").attr("src",videosrc); | |
/*===== End of Auto play youtube video ======*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment