some changes towards fixed height icon lists

This commit is contained in:
rolux 2011-08-06 04:28:19 +00:00
commit 2305fa4d20
3 changed files with 13 additions and 6 deletions

View file

@ -38,6 +38,7 @@ pandora.ui.browser = function() {
} else {
var that = Ox.IconList({
centered: true,
defaultRatio: 5/8,
id: 'list',
item: function(data, sort, size) {
var ratio = data.poster.width / data.poster.height;