diff --git a/pandora/config.pandora.jsonc b/pandora/config.pandora.jsonc index 99d89d5a..2361703c 100644 --- a/pandora/config.pandora.jsonc +++ b/pandora/config.pandora.jsonc @@ -605,7 +605,7 @@ "videoPoints": {}, "videoResolution": 240, "videoScale": "fit", - "videoSize": "large", + "videoSize": "small", "videoTimeline": "antialias", "videoView": "player", "videoVolume": 1 diff --git a/static/js/pandora/infoView.js b/static/js/pandora/infoView.js index 2a37e650..9211be41 100644 --- a/static/js/pandora/infoView.js +++ b/static/js/pandora/infoView.js @@ -251,6 +251,7 @@ pandora.ui.infoView = function(data) { } // Summary ------------------------------------------------------------- + $div = $('
').css(css).css('clear', 'both').appendTo($center); if (canEdit) { $('
')