Skip to content

Commit e4282d3

Browse files
committed
Update index.js
1 parent 7f759aa commit e4282d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ var addVideo = function() {
111111
var w = $('.videoframe').width();
112112
var h = $('.videoframe').height();
113113
vidratio = w/h;
114-
$('#introvideo').html('<iframe src="http://github.com/%3Cspan%20class="x x-first x-last">http://www.youtube.com/embed/wH24YwdayFg?rel=0&autoplay=1&autohide=1&showinfo=0&iv_load_policy=3" width="' + w + '" height="' + h + '" frameborder="0" id="videoframe"></iframe>');
115-
//$('#introvideo').html('<iframe src="http://github.com/%3Cspan%20class="x x-first x-last">http://www.youtube.com/embed/Jl3-lzlzOJI?autoplay=1" width="' + w + '" height="' + h + '" frameborder="0" id="videoframe"></iframe>');
114+
$('#introvideo').html('<iframe src="http://github.com/%3Cspan%20class="x x-first x-last">https://www.youtube.com/embed/wH24YwdayFg?rel=0&autoplay=1&autohide=1&showinfo=0&iv_load_policy=3" width="' + w + '" height="' + h + '" frameborder="0" id="videoframe"></iframe>');
115+
//$('#introvideo').html('<iframe src="http://github.com/%3Cspan%20class="x x-first x-last">https://www.youtube.com/embed/Jl3-lzlzOJI?autoplay=1" width="' + w + '" height="' + h + '" frameborder="0" id="videoframe"></iframe>');
116116
$('#introvideo').unbind('click', addVideo);
117117
}
118118
var updateVideoSize = function() {

0 commit comments

Comments
 (0)