improving frames and posters view
This commit is contained in:
parent
f803892178
commit
6de1e6d55a
4 changed files with 102 additions and 43 deletions
|
|
@ -344,7 +344,11 @@ pandora.ui.item = function() {
|
|||
);
|
||||
} else if (pandora.user.ui.itemView == 'frames' || pandora.user.ui.itemView == 'posters') {
|
||||
pandora.$ui.contentPanel.replaceElement(1,
|
||||
pandora.$ui.item = pandora.ui.mediaView()
|
||||
pandora.$ui.item = pandora.ui.mediaView().bindEvent({
|
||||
resize: function() {
|
||||
pandora.$ui.item.resize();
|
||||
}
|
||||
})
|
||||
);
|
||||
}
|
||||
var director = result.data.director?' ('+result.data.director.join(', ')+')':'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue