User Requests
Ning To Jamroom
Yes I thought as much.. thanks again.
=update=
Yes got them now.. but alignments looks very clumsy.
Is it possible to make images/avatars smaller?
updated by @isleander: 12/29/14 09:23:54AM
<div class="container">
<div class="row">
<div class="col12 last">
<div class="item">
{if isset($_items)}
{foreach from=$_items item="item"}
{$item.profile_name}
<br>
<a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="medium" crop="auto" class="iloutline img-profile" alt=$item.profile_name title=$item.profile_name width=172 height=172}</a>
{/foreach}
{/if}
<div style="clear:both">
</div>
</div>
</div>
</div>