Private
Public Access
1
0

improved video size

This commit is contained in:
Sander Roosendaal
2019-12-01 10:10:31 +01:00
parent 49fe549358
commit 6e33308314

View File

@@ -132,8 +132,9 @@
function onYouTubeIframeAPIReady() {
player = new YT.Player('player', {
height: '390',
width: '640',
height: '315',
width: '560',
modestbranding: '1',
videoId: '{{ video_id }}',
events: {
'onReady': onPlayerReady,