7 lines
266 B
Smarty
7 lines
266 B
Smarty
<div class="stickers-box">
|
|
{foreach $stickers as $s}
|
|
<span class="img-sticker position-{$s.position}" style="max-width: {$stickerWidth}px;max-height: {$stickerHeight}px;" >
|
|
<img src="{$s.image}" alt="" />
|
|
</span>
|
|
{/foreach}
|
|
</div> |