modified.
This commit is contained in:
parent
3deebe1d2c
commit
c2cff1f342
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<div class="cb_item_thumb video_thumb" >
|
||||
<a href="{videoLink($video)}" title="{$video.title|title}">
|
||||
<span class="video_duration">{$video.duration|date_format:$config.time}</span>
|
||||
<img class="" src="{getThumb vdetails=$video}" border="1" height="150" width="200"/>
|
||||
<img class="" src="{getThumb vdetails=$video}" border="1" height="140" width="200"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="item_text" style="height: 45px; overflow: hidden;">
|
||||
|
|
Loading…
Add table
Reference in a new issue