forked from 0x2620/oxjs
url controller updates, list bugfixes
This commit is contained in:
parent
ef9040ba24
commit
3965eed153
12 changed files with 98 additions and 48 deletions
|
|
@ -65,6 +65,7 @@ Ox.VideoPreview = function(options, self) {
|
|||
|
||||
function getFrameCSS() {
|
||||
var css = {};
|
||||
// fixme: these are still wrong
|
||||
if (!self.options.scaleToFill) {
|
||||
css.width = self.options.width;
|
||||
css.height = Math.round(css.width / self.options.frameRatio);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue