<span></span>
<p>
<xen:if is="{$media.media_type} == 'image_upload'">
<a href="{xen:link 'canonical:xengallery', $media}"><img src="{xen:helper fullurl, $media.thumbnailUrl, true}" alt="{$media.filename}"
title="{$media.media_title}"
height="190px" width="290px" /></a>
<xen:else />
{xen:raw $media.videoHtml}
</xen:if>
</p>
<xen:if is="{$media.media_description}">
<p>
<i>{$media.media_description}</i>
</p>
</xen:if>
<br />