Skip to content

Commit 4842d8a

Browse files
committed
Background opacity for tvshow
1 parent a023850 commit 4842d8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/tv.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
</div>
3535
</div>
3636
</nav>
37-
<div class="container-fluid tv">
37+
<div class="container-fluid tv ibg" style="background: #000 url('http://image.tmdb.org/t/p/w1280/{{.TV.BackdropPath}}') no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;">
38+
<div class="bg"></div>
3839
<div class="container">
3940
<div class="row">
4041
<div class="col-sm-6">

0 commit comments

Comments
 (0)