mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
r (#971)
This commit is contained in:
parent
0b7a2e1eda
commit
4c0deec5af
1 changed files with 5 additions and 3 deletions
|
@ -5,8 +5,10 @@
|
|||
<td valign="top">
|
||||
<div class="video-preview">
|
||||
<a href="/video{$video->getPrettyId()}">
|
||||
<img src="{$video->getThumbnailURL()}"
|
||||
style="max-width: 170px; max-height: 127px; margin: auto;" >
|
||||
<div class="video-preview">
|
||||
<img src="{$video->getThumbnailURL()}"
|
||||
style="max-width: 170px; max-height: 127px; margin: auto;" >
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</td>
|
||||
|
@ -33,5 +35,5 @@
|
|||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table
|
||||
</table>
|
||||
{/block}
|
||||
|
|
Loading…
Reference in a new issue