Can we use Images from database as a background image?

My css shows we can’t but just wanted to make sure.
image

Hi,

Currently variables dont work in CSS. You would need to use regular image. If you want to position it as background, use position absolute, width & height 100% and you will get same effect.

If you need a tutorial, let me know :slight_smile:

Thanks, I’ll figure it out now.