new film bg

This commit is contained in:
2015-08-17 22:22:08 +02:00
parent 5b300d8eb3
commit 05a7a0cd28
3 changed files with 39 additions and 22 deletions

View File

@@ -90,7 +90,7 @@ function Film()
this._anchor = $('<div>', {'class':'film', 'id':'film_'+this.getRank()})
.data('rank', this.getRank())
.data('id', this.id())
//.append($('<img>', {'class':'bg', 'src':this.poster()}))
.append($('<img>', {'class':'bg', 'src':this.poster()}))
.append($('<img>', {'class':'poster', 'src':this.poster()}))
.append($('<div>', {'class':'info'})
.append($('<p>', {'class':'title'})