I've added a settings page with a single image field and then created a view where i've added the field however the image isnt displaying on the front end.
Im using oxygen but this method has worked on another site so I'm not sure where I'm gong wrong.
This is the code I'm using in view and I've checked that the group attribute details are correct.
{% set group = attribute( site, 'page-details' ) %}
<img src="{{ group.small_site_logo.full.url }}" width="100%" height="100%" alt="{{ group.small_site_logo.full.alt }}">