Support

Account

Home Forums General Issues What would the code be to use an image field as a 'background-image' for a div? Reply To: What would the code be to use an image field as a 'background-image' for a div?

  • You would have to build it yourself, getting the different sized images and they include an inline style block

    
    <style>
      .....
    </style>
    

    with all of the responsive/screen size css that you’d normally use.