I am trying to make this work and am not able to. How do i dynamically provide a backgroudn image in div.
salma
1 day ago
You’d need to do this with CSS in the CSS panel
salma
1 day ago
Actively if you need to do this using a dynamic value with the formula button the attribute you need to set is style and the value will be background-image and then the dynamic src value. You’ll probably need to use the concatenate formula to produce the string `background-image: {src} as the attribute value