New class player

This commit is contained in:
Surinam 2018-09-13 03:53:18 +03:00
parent e0a05fa1f1
commit e8b4e4fbdb
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -132,8 +132,10 @@
<% } %>
</div>
<div style="margin: 30px auto 0 auto">
<div style="width: 100%; height: 370px; position: relative;">
<div id="cinemapress-player">
<% if (page.player) { %>
<%- page.player %>
<% } %>
</div>
</div>
<div class="vozmojnosti1 watchLaterBlock" style="display: none;">

View File

@ -82,8 +82,10 @@
</div>
<div class="nomt">
<div style="margin: 30px auto 0 auto">
<div style="width: 100%; height: 370px; position: relative;">
<div id="cinemapress-player">
<% if (page.player) { %>
<%- page.player %>
<% } %>
</div>
</div>
</div>