I’m trying to use a post’s featured image for a column/row background in the post. This would definitely speed things up and automate more with the combination of global blocks. I created a shortcode for this in order for it to return the actual image URL and not the ID. I realized soon enough that the custom element CSS won’t accept shortcode (i.e, I tried doing background-image:url([shortcode]).
Is this possible?

