Hi!
This is definitely a bug:
I have an ACF field where I pass the Background image position. For example, the output is 80% 50%
.
{{dc:acf:post_field field="service_featured_image_position"}}
This works as expected if a background image position is set: the dynamic data is passed and the image moves left/right.
However, I want the <img/> element
in the background, in which case 80% 50%
would represent the object-fit
rule. This works as expected if this data is entered manually, but it is unable to read dynamic content.
The same dynamic content works with the background image:
Thanks!