fixed video alignment at view channel's videos listing
This commit is contained in:
parent
aefe063c81
commit
8555c2fa77
1 changed files with 3 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
{if $display_type=='user_videos'}
|
||||
<div class="col-md-3 col-sm-4 col-xs-6">
|
||||
<a href="{videoLink($video)}" title="{$video.title|title}">
|
||||
<img src="{getThumb vdetails=$video size='171x120'}" id="thumbs_{$video.videoid}" title=""/>
|
||||
<img alt="{$video.title|title}" src="{getThumb vdetails=$video size='171x120'}" id="thumbs_{$video.videoid}" title="{$video.title|title}"/>
|
||||
</a>
|
||||
<p class="cbHomeVidDuration duration_view">
|
||||
{if $video.duration>1}
|
||||
|
@ -30,7 +30,8 @@
|
|||
00:00
|
||||
{/if}
|
||||
</p>
|
||||
<a href="{videoLink($video)}" title="{$video.title|title}"><h5><b>{$video.title|truncate:33}</b></h5></a>
|
||||
<a href="{videoLink($video)}" title="{$video.title|title}"><h5>
|
||||
<b> {$video.title|truncate:25}</b></h5></a>
|
||||
<span class="pull-left"><h5><small>{$video.views} views</small></h5></span>
|
||||
<span class="pull-right"><h5><small>{$video.date_added|niceTime}</small></h5></span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue