Hi,
The topic doesn’t end with proper solution. I found in JA Masshead description:
Use extra paramaters:
Extra parameters can put in config as name="value" and access through variables $masshead[‘params’][‘name’] by overwritting module layout in the template
Eg:
[Masshead Itemid="page_id" title="Title" background="image url"]Description[/Masshead]
Access the param background:
<div class="jamasshead" <?php if(isset($masshead[‘params’][‘background’])): ?> style="background-image: url(<?php echo $masshead[‘params’][‘background’] ?>)" <?php endif; ?>>
Where I add this:
<div class="jamasshead" <?php if(isset($masshead[‘params’][‘background’])): ?> style="background-image: url(<?php echo $masshead[‘params’][‘background’] ?>)" <?php endif; ?>>
Thanks,
Quoc