The topic basically tells what im looking for, i have implemented this javascript on load on the startscreen:
$('div[dsid="mobilecontainer1"]').css('background-image',
'url('+Appery.getImagePath('seaking.png')+')');
it works great, but it only shows the top left of the background. I want it centered- also when "scrolling" - the background should stay static and locked.
What can i add to fix this?