modified: video modal box feature closed

This commit is contained in:
Fahad Abbas 2017-03-15 20:13:27 +05:00
parent 63e69c5eb1
commit 37eea22de0
2 changed files with 7 additions and 6 deletions

View file

@ -48,7 +48,8 @@
{/if}
<div style="display: none" class="item-video col-lg-4 col-md-4 col-sm-4 col-xs-12 recentAppending">
<div class="clearfix thumb-holder">
<a class="video-link cd-popup-trigger" href="{videoLink($video)}" onclick="_cb.getModalVideo({$video.videoid})" title="{$video.title|title}">
<!-- <a class="video-link cd-popup-trigger" href="{videoLink($video)}" onclick="_cb.getModalVideo({$video.videoid})" title="{$video.title|title}"> -->
<a class="video-link" href="{videoLink($video)}" title="{$video.title|title}">
<img class="lazy img-responsive" src="{getThumb vdetails=$video size=416x260 }">
</a>
<img src="{$theme}/images/thumb-ratio.png" class="thumb-ratio" alt="">
@ -98,7 +99,7 @@
{/if}
<div style="display: none" class="item-video col-lg-6 col-md-6 col-sm-6 col-xs-12 featAppending">
<div class="clearfix thumb-holder">
<a class="video-link cd-popup-trigger" href="{videoLink($video)}" onclick="_cb.getModalVideo({$video.videoid})" title="{$video.title|title}">
<a class="video-link" href="{videoLink($video)}" title="{$video.title|title}">
<img class="img-responsive" src="{getThumb vdetails=$video size=632x395 }">
<h2 class="title">{$video.title|truncate:50}</h2>
</a>

View file

@ -61,12 +61,12 @@
<script src="{$theme}/js/bootstrap.min.js"></script>
<script src="{$theme}/js/ui_plugins.js"></script>
<!-- <script src="{$baseurl}/js/clipbucket.js"></script> -->
{if isset($__devmsgs)}
<script src="{$baseurl}/js/clipbucket.js"></script>
<!-- {if isset($__devmsgs)}
<script src="{$baseurl}/js/clipbucket.js"></script>
{else}
{else}
<script src="{$baseurl}/js/clipbucket.min.js"></script>
{/if} -->
{/if}
<script src="{$theme}/js/uslider_js/jquery.mousewheel.js"></script>
{if $smarty.const.THIS_PAGE == 'signup'}
<script src='https://www.google.com/recaptcha/api.js'></script>