|
|
@ -94,7 +94,7 @@ var Movie = new Class({ |
|
|
|
(function(){ |
|
|
|
var height = self.getHeight(); |
|
|
|
self.el.setStyle('height', height); |
|
|
|
}).delay(1) |
|
|
|
}).delay(10) |
|
|
|
}, |
|
|
|
|
|
|
|
getTitle: function(){ |
|
|
@ -137,7 +137,7 @@ var Movie = new Class({ |
|
|
|
var self = this; |
|
|
|
|
|
|
|
if(!self.height) |
|
|
|
self.height = self.data_container.getCoordinates().height; |
|
|
|
self.height = self.data_container.getSize().y; |
|
|
|
|
|
|
|
return self.height; |
|
|
|
}, |
|
|
|