php - return acf image src in twig
one text
Solution:
i realized i was using a macro and therefore
<img src="{{ Image(post.laptop_image).src }}" /> works fine, though it needs to be applied as the macro value of the new instance. Not just apart of the template.