Hey,
i'm trying to get srcset from a relationship post in a view.
{% set profilbild = mb.rwmb_meta( 'mitarbeiter_profilbild', '', post.ID ) %}
<img class="sec-mitarbeiter-image" src="{{ profilbild['full_url'] }}" alt="{{ profilbild['alt'] }}" title="{{ profilbild['title'] }}" height="{{ profilbild['height'] }}" width="{{ profilbild['width'] }}" srcset="{{ profilbild['srcset'] }}" draggable="false">
But srcset isn't working. Everything is fine, except the srcet. What am i doing wrong?