{style} .owm_photo_list { padding: 7px 8px; } .owm_photo_list_item { width: calc(50% - 16px); margin: 8px 8px; } .owm_photo_list_item img { visibility: visible; max-width: 100% !important; } {/style} {if !$no_content}
{capture assign='img'}data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=={/capture} {foreach from=$photos item='p'}{strip}
`$p.id`]"}" style="background-image: url({$p.url})">{$p.description|escape}
{/strip}{/foreach}
{else}
{$no_content}
{/if}