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": {},
|
"videoPoints": {},
|
||||||
"videoResolution": 240,
|
"videoResolution": 240,
|
||||||
"videoScale": "fit",
|
"videoScale": "fit",
|
||||||
"videoSize": "large",
|
"videoSize": "small",
|
||||||
"videoTimeline": "antialias",
|
"videoTimeline": "antialias",
|
||||||
"videoView": "player",
|
"videoView": "player",
|
||||||
"videoVolume": 1
|
"videoVolume": 1
|
||||||
|
|
|
@ -251,6 +251,7 @@ pandora.ui.infoView = function(data) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Summary -------------------------------------------------------------
|
// Summary -------------------------------------------------------------
|
||||||
|
$div = $('<div>').css(css).css('clear', 'both').appendTo($center);
|
||||||
|
|
||||||
if (canEdit) {
|
if (canEdit) {
|
||||||
$('<div>')
|
$('<div>')
|
||||||
|
|
Loading…
Reference in a new issue