Hi, When i get image from page.media it shows images in alphabetically order which does not match the other information and also {{image.url|raw}} not working. When i try to get with this method it does not show image:
"> {% for team in teams.header.images %}
HTML<div class="col-sm-6 col-lg-3 text-center mt-2"> <img src="{{ team.url.path }}" class="img-fluid"> <h3>{{ team.person_name }}</h3> <p>{{ team.role }}</p> <p>{{ team.person_description }}</p> </div>{% endfor %}"