improved video size
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user