• Resolved gregy1403

    (@gregy1403)


    Hi

    We are using img src in Checkbox for an item and as it shows perfectly in admin it is showing html code on page ..

    This is custom code in template

    {% if proizvajalec.value %}
            <div class="acf-view__oblika" style="border-bottom: 1px solid #ccc; margin-bottom: 10px; display: flex;">
                <div class="acf-view__oblika-label" style="width: 30%;">
                    <strong>{{ proizvajalec.label }}</strong>
                </div>
                 {% for choice_item in proizvajalec.value %}
    					<div class="acf-view__oblika-choice" style="width: 70%;">
    						{{ choice_item.title }}
    					</div>
    			{% endfor %}
            </div>
        {% endif %}

    Any idea how to show image on page?

    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Showing HTML – images’ is closed to new replies.