modified: video modal box feature closed
This commit is contained in:
parent
63e69c5eb1
commit
37eea22de0
2 changed files with 7 additions and 6 deletions
|
@ -48,7 +48,8 @@
|
||||||
{/if}
|
{/if}
|
||||||
<div style="display: none" class="item-video col-lg-4 col-md-4 col-sm-4 col-xs-12 recentAppending">
|
<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">
|
<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 }">
|
<img class="lazy img-responsive" src="{getThumb vdetails=$video size=416x260 }">
|
||||||
</a>
|
</a>
|
||||||
<img src="{$theme}/images/thumb-ratio.png" class="thumb-ratio" alt="">
|
<img src="{$theme}/images/thumb-ratio.png" class="thumb-ratio" alt="">
|
||||||
|
@ -98,7 +99,7 @@
|
||||||
{/if}
|
{/if}
|
||||||
<div style="display: none" class="item-video col-lg-6 col-md-6 col-sm-6 col-xs-12 featAppending">
|
<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">
|
<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 }">
|
<img class="img-responsive" src="{getThumb vdetails=$video size=632x395 }">
|
||||||
<h2 class="title">{$video.title|truncate:50}</h2>
|
<h2 class="title">{$video.title|truncate:50}</h2>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -61,12 +61,12 @@
|
||||||
<script src="{$theme}/js/bootstrap.min.js"></script>
|
<script src="{$theme}/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
<script src="{$theme}/js/ui_plugins.js"></script>
|
<script src="{$theme}/js/ui_plugins.js"></script>
|
||||||
<script src="{$baseurl}/js/clipbucket.js"></script>
|
<!-- <script src="{$baseurl}/js/clipbucket.js"></script> -->
|
||||||
<!-- {if isset($__devmsgs)}
|
{if isset($__devmsgs)}
|
||||||
<script src="{$baseurl}/js/clipbucket.js"></script>
|
<script src="{$baseurl}/js/clipbucket.js"></script>
|
||||||
{else}
|
{else}
|
||||||
<script src="{$baseurl}/js/clipbucket.min.js"></script>
|
<script src="{$baseurl}/js/clipbucket.min.js"></script>
|
||||||
{/if} -->
|
{/if}
|
||||||
<script src="{$theme}/js/uslider_js/jquery.mousewheel.js"></script>
|
<script src="{$theme}/js/uslider_js/jquery.mousewheel.js"></script>
|
||||||
{if $smarty.const.THIS_PAGE == 'signup'}
|
{if $smarty.const.THIS_PAGE == 'signup'}
|
||||||
<script src='https://www.google.com/recaptcha/api.js'></script>
|
<script src='https://www.google.com/recaptcha/api.js'></script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue