Fix slider image

This commit is contained in:
Surinam 2018-03-26 03:19:07 +03:00
parent 9023f0a59f
commit e72e1c3032

View file

@ -80,7 +80,7 @@
<% slider.forEach(function (movie) { %>
<div class="item">
<div class="item-top-slider">
<div class="item-top-slider" style="background:url(<%- movie.picture_big %>) no-repeat center;background-size:cover;">
<div class="item-top-slider1">
<a href="<%- movie.url %>" class="top-slider-link">
<svg viewBox="83.1 54.3 61.5 73.1"><polygon points="83.1,54.3 83.1,127.4 144.7,90.9"/></svg>
@ -91,7 +91,7 @@
</div>
</div>
</div>
<img src="<%- movie.picture %>" alt="<%= movie.title %> (<%- movie.year %>)">
<img src="/themes/default/public/desktop/img/player.png" alt="<%= movie.title %> (<%- movie.year %>)">
</div>
<% }); %>