diff --git a/public/ytembed.js b/public/ytembed.js index b3b4ff3..28e23bf 100644 --- a/public/ytembed.js +++ b/public/ytembed.js @@ -13,8 +13,8 @@ function onYouTubePlayerAPIReady() { if(videoIDMaybe) { var ytVideoID = videoIDMaybe[1]; var player = new YT.Player(youTubePlaceholders[i], { - height: '290', - width: '480', + height: '203', + width: '336', videoId: ytVideoID }); }