Page 1 of 1

Custom Background Will not set................Please Help!!!!

Posted: Tue Dec 22, 2015 8:33 pm
by Droematic

I have used this doc with no success https://devcenter.appery.io/documenta...

I have tried putting in the image that is saved in media manager, and also the remote link for the photo online

Can somebody let me know if my code is incorrect..I believe the key is having the correct file path to photo, and that is what i am doing Image


Custom Background Will not set................Please Help!!!!

Posted: Tue Dec 22, 2015 10:32 pm
by Illya Stepanov

Hello -

Could you please clarify what type of project do you're creating jQuery Mobile or AngularJS? And please specify the library version you are using: https://devcenter.appery.io/documenta...


Custom Background Will not set................Please Help!!!!

Posted: Thu Dec 24, 2015 8:14 pm
by Droematic

Jquery


Custom Background Will not set................Please Help!!!!

Posted: Fri Dec 25, 2015 1:36 pm
by Serhii Kulibaba

Hello,

Please add "div" to your CSS selector:

div[dsid="mobilecontainer"]{
background-image:url('http://example.com/image.png');
}


Custom Background Will not set................Please Help!!!!

Posted: Thu Jan 07, 2016 11:08 pm
by Droematic

Thank you Sergiy. To confirm that it actually works, does it show the background in the platform real time, or will it only show when you click test in the respected browser?