Support

Account

Home Forums General Issues How to use the image field for backgrounds? Reply To: How to use the image field for backgrounds?

  • Hi all,

    I’m trying to do something similar within an Oxygen single post template.

    I’ve tried using this

        border-image-source: url(<?php the_field('header_image'); ?>);
        transform: translate3d(0px, 0%, 0px);
        outline: none;
        transition-duration: 0ms;

    but can’t get it to work.

    Any pointers would be gratefully received.

    Thanks

    Phil