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:
parent
f3ab2e5e92
commit
39f5bbdc8b
@ -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
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user