1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-02-28 22:59:43 +03:00
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}