diff --git a/video.js b/video.js index d1b8b52..1cd5b06 100644 --- a/video.js +++ b/video.js @@ -1,6 +1,6 @@ var w = window, player; // 再生したいyoutubeの動画id -var vid = 'SlRfwbD2riE'; +var vid = 'J064a5eqXU4'; var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; @@ -27,4 +27,4 @@ w.onYouTubeIframeAPIReady = function() { } }); player.setLoop(true); -}; \ No newline at end of file +};