1
面板我有我的代碼生成樹枝上的圖像列表:構造具有水平滾動條
<div class="text-left row">
<div class="large-12 small-12 columns panel_profile">
{% for adUser in ad.interestedUsers %}
{% if adUser.pictureUrl is not empty %}
<img class="img_interested" id='idPicture_{{ adUser.id }}' src="{{ asset(adUser.getPictureWeb) }}" style="height: 50px; width: 50px;"/>
{% else %}
{% image 'bundles/delivveweb/images/icon_perfil.png' %}
<img id='idPicture' src="{{ asset_url }}" style="height: 50px; width: 50px;"/>
{% endimage %}
{% endif %}
{% endfor %}
</div>
</div>
我的想法是每一行構建的26張照片面板,13。當圖片編號大於26時,我想水平調出rologem欄以查看其他配置文件。
我一直在使用基礎-5到我的前端。
任何人都可以幫助我或知道已經做到這一點的任何API嗎? Abaio有一個代碼PA幫助說明