3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 12:29:26 +01:00

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) {
var ytVideoID = videoIDMaybe[1];
var player = new YT.Player(youTubePlaceholders[i], {
height: '290',
width: '480',
height: '203',
width: '336',
videoId: ytVideoID
});
}