reload poster

This commit is contained in:
j 2011-08-07 18:23:20 +02:00
parent 2305fa4d20
commit 3e151a1a86

View file

@ -382,7 +382,7 @@ pandora.ui.infoView = function(data) {
position: selectedImage.index // fixme: api slightly inconsistent
}), function(result) {
var imageRatio = selectedImage.width / selectedImage.height;
$('img[src*="/' + item + '/poster"]').each(function() {
$('img[src*="/' + data.id + '/poster"]').each(function() {
var $this = $(this),
size = Math.max($this.width(), $this.height()),
src = $this.attr('src').split('?')[0] + '?' + Ox.uid();