Hello,
I have set background image for a div. I tried background-size: 100% / cover / contain ... but none of them achieve what I want - which is that if div is large, then background image should scale down and be shown fully.
- I'm not sure I understand what you're going for? Are you looking for it to be the size of the element, unless the element is larger, in which case it should be the image size?

