I need to use the header image in the print friendly Wordpress functionality
On specific pages, the image gets called from the following code and I need to change the background-image
so that I am able to display the image:
<div class="hero" style="background-image: url('<?php echo $header_image_parent; ?>');">
What can I use instead of background-image
??
Many thanks in advance