pandora demo: use small video by default, space before summary

This commit is contained in:
j 2012-06-16 13:24:45 +02:00
parent 9e8be75efe
commit 7476db5b47
2 changed files with 2 additions and 1 deletions

View File

@ -605,7 +605,7 @@
"videoPoints": {},
"videoResolution": 240,
"videoScale": "fit",
"videoSize": "large",
"videoSize": "small",
"videoTimeline": "antialias",
"videoView": "player",
"videoVolume": 1

View File

@ -251,6 +251,7 @@ pandora.ui.infoView = function(data) {
}
// Summary -------------------------------------------------------------
$div = $('<div>').css(css).css('clear', 'both').appendTo($center);
if (canEdit) {
$('<div>')