forked from 0x2620/oxjs
more efficient composition of block timeline, more efficient resizing of small timeline
This commit is contained in:
parent
9379599aeb
commit
ac2ea5f53d
4 changed files with 83 additions and 43 deletions
|
|
@ -128,6 +128,7 @@ Ox.load('UI', {
|
|||
resize: function(foo, size) {
|
||||
$videos[0].options({width: size - 32});
|
||||
$smallTimeline.options({width: size - 16});
|
||||
$playerTimeline.options({width: size - 16});
|
||||
}
|
||||
}),
|
||||
size: 392,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue