Hi Guys,
A part of my full background does not appear. What can I do to remediate it?
What I have to add or modify below:
$style .= ($OBJ->vars->exhibit['bgimg'] != '') ? "\nbackground: url(" . $OBJ->baseurl . "/files/" . $OBJ->vars->exhibit['bgimg'] . ") no-repeat center center fixed;\n-moz-background-size: cover;\n-webkit-background-size: cover;\n-o-background-size: cover;\nbackground-size: cover;\n" : '';
Thanks!