openvk/Web/Presenters/templates/components/photo.xml

6 lines
163 B
XML
Raw Normal View History

{block content}
<center style="margin-bottom: 8pt;">
<img src="{$photo->getURL()}" style="max-width: 80%; max-height: 60vh;" />
</center>
{/block}