diff --git a/couchpotato/core/plugins/movie/static/movie.js b/couchpotato/core/plugins/movie/static/movie.js index 60b622b..a3e8b54 100644 --- a/couchpotato/core/plugins/movie/static/movie.js +++ b/couchpotato/core/plugins/movie/static/movie.js @@ -91,8 +91,10 @@ var Movie = new Class({ afterInject: function(){ var self = this; - var height = self.getHeight(); - self.el.setStyle('height', height); + (function(){ + var height = self.getHeight(); + self.el.setStyle('height', height); + }).delay(1) }, getTitle: function(){