V2 Image background in card

In version 1 of the “Card” it was possible to add:

<styleitem value=“url(<a href=“http://www.dorothy.com/Images/Yellow_Orange_Wall.png)””>http://www.dorothy.com/Images/Yellow_Orange_Wall.png)" property=“background-image”/>

How do I add an image background to a “Card” in V2?

Hi Bill,

I usually leverage a wrapper to define the style (background color, border, image etc.) of the cards in a deck. I imagine you can do the same with a background image.

Thank you