Hi all!
I’m struggling to make {{ collection.image }} appear as a background image. It’s very weird because the image fine appears when it’s in but not when it’s a background.
Here’s the code:
{% assign collection = collections[section.settings.collection] %}
{% assign background_image = collection.image %}
## Testing Text
In that case, when I inspect the div .dynamic-collection-title-card, I get this:
![]()
It detects the URL but there are spaces inside?? Super weird!
Any help would be appreciated! Thank you!