Home page Updated.
This commit is contained in:
parent
9da4d7f761
commit
398fda1cdf
1 changed files with 4 additions and 4 deletions
|
@ -89,7 +89,7 @@
|
|||
|
||||
<div class="col-md-4 hidden-sm hidden-xs text-center nopadding-right" style="padding-left:8px;">
|
||||
{foreach from=$videos_02 item=video_02}
|
||||
<div class="col-md-12 text-center nopadding mouse_hover1">
|
||||
<div class="col-md-12 text-center nopadding mouse_hover1" style="min-height: 150px;" >
|
||||
<a href="{videoLink vdetails=$video_02}" title="{$video_02.title}">
|
||||
<img class="cb_img_thum" src="{getThumb vdetails=$video_02}" width="240" height="133" {ANCHOR place="video_thumb" data=$video_03} />
|
||||
<div class="cbHomeVidTitle mouse_hover_on1" style="margin-bottom:8px;">{$video_02.title|truncate:10}</div>
|
||||
|
@ -100,7 +100,7 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
<div class="clearfix" style="height: 18px;"></div>
|
||||
|
||||
{/foreach}
|
||||
</div>
|
||||
|
||||
|
@ -110,9 +110,9 @@
|
|||
|
||||
<div class="col-md-12 text-center nopadding">
|
||||
{foreach from=$videos_03 item=video_03}
|
||||
<div class="col-md-4 hidden-sm hidden-xs text-center nopadding-left mouse_hover" style="margin-bottom:15px; padding-right:4px;">
|
||||
<div class="col-md-4 hidden-sm hidden-xs text-center nopadding-left mouse_hover" style="padding-right:5px;">
|
||||
<a href="{videoLink vdetails=$video_03}" title="{$video_02.title}">
|
||||
<img src="{getThumb vdetails=$video_03}" width="242" height="120" style="border:1px solid #CCC;" {ANCHOR place="video_thumb" data=$video_03} />
|
||||
<img src="{getThumb vdetails=$video_03}" width="244" height="120" style="border:1px solid #CCC;" {ANCHOR place="video_thumb" data=$video_03} />
|
||||
<div class="cbHomeVidTitle cbHomeVidTitle_small mouse_hover_on">{$video_03.title|truncate:10}</div>
|
||||
</a>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue