posterRatio
This commit is contained in:
parent
13dc87268a
commit
30da78e180
2 changed files with 3 additions and 3 deletions
|
|
@ -461,7 +461,7 @@ pandora.ui.list = function() { // fixme: remove view argument
|
|||
}, function(result) {
|
||||
var item = result.data.items[0],
|
||||
title = item.title + ' (' + item.director + ')'
|
||||
ratio = item.poster.width / item.poster.height,
|
||||
ratio = item.posterRatio,
|
||||
windowWidth = window.innerWidth * 0.8,
|
||||
windowHeight = window.innerHeight * 0.8,
|
||||
windowRatio = windowWidth / windowHeight,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue