forked from 0x2620/pandora
pandora demo: use small video by default, space before summary
This commit is contained in:
parent
9e8be75efe
commit
7476db5b47
2 changed files with 2 additions and 1 deletions
|
@ -605,7 +605,7 @@
|
|||
"videoPoints": {},
|
||||
"videoResolution": 240,
|
||||
"videoScale": "fit",
|
||||
"videoSize": "large",
|
||||
"videoSize": "small",
|
||||
"videoTimeline": "antialias",
|
||||
"videoView": "player",
|
||||
"videoVolume": 1
|
||||
|
|
|
@ -251,6 +251,7 @@ pandora.ui.infoView = function(data) {
|
|||
}
|
||||
|
||||
// Summary -------------------------------------------------------------
|
||||
$div = $('<div>').css(css).css('clear', 'both').appendTo($center);
|
||||
|
||||
if (canEdit) {
|
||||
$('<div>')
|
||||
|
|
Loading…
Reference in a new issue