Hi!
I tried to define a mobile background image in a Media query:
background-image: url({{dc:acf:post_field field="hero_image_mobile"}}) !important;
However, that doesn’t work.
When I put in the actual URL which is the exact same one as the output of this dynamic content, then it works.
I tested the output in a text element, and it looks as it should: just a plain URL.
Thanks!