This question is locked. New answers and comments are not allowed.
Hi,
I'm having problems loading a background image for the authentication view as a cover for the whole body. The image seems to be linked to the Signin and Signup views, everytime the view switches. I've tried a few things without success. Currently the image is loaded like below:
#kendoUiMobileApp .front-page { background-image: url(../styles/images/frontpage.gif); background-repeat: no-repeat; height: 100%; background-size:cover; margin: 0 auto; }
Appreciate all the help.
Thanks,
Trevor