In the view you created, select theURL to image as image formatter as "URL to image" Then.
Then, in the views twigview template file, you will getbe able to access the IMAGEimage URL with code similar to the following one.
<img class="img-fluid" src="{{ fields.field_cover_photo.content }}" alt="test"> <img class="img-fluid" src="{{ fields.field_cover_photo.content }}" alt="test"> Here field_cover_photofield_cover_photo is my fieldsthe field machine name, in my case.


