Smaller videos don't needlessly overlap each other.

This commit is contained in:
Psychedelic Squid 2012-03-12 21:57:55 +00:00
parent f3ab2e5e92
commit 39f5bbdc8b

View File

@ -13,8 +13,8 @@ function onYouTubePlayerAPIReady() {
if(videoIDMaybe) { if(videoIDMaybe) {
var ytVideoID = videoIDMaybe[1]; var ytVideoID = videoIDMaybe[1];
var player = new YT.Player(youTubePlaceholders[i], { var player = new YT.Player(youTubePlaceholders[i], {
height: '290', height: '203',
width: '480', width: '336',
videoId: ytVideoID videoId: ytVideoID
}); });
} }