local image asset full screen
Posted: Mon Dec 09, 2013 7:49 am
by Ketan Patil
i am using the code
$('div[dsid="mobilecontainer1"]').css('background-image', 'url("' + Tiggzi.getImagePath("my_image.jpg") + '")');
for start screen.
it is working , but showing image in tiled mode. i want a single image to be displayed at centre of the screen.
local image asset full screen
Posted: Mon Dec 09, 2013 8:57 am
by Kateryna Grynko
Hi Ketan,
Add the following code please:pre$('div[dsid="mobilecontainer1"]').css('background-repeat', 'no-repeat');/pre
local image asset full screen
Posted: Mon Dec 09, 2013 11:14 am
by Ketan Patil
not working, out put is same after insertion of the code
local image asset full screen
Posted: Mon Dec 09, 2013 11:48 am
by Kateryna Grynko
Ketan,
Please try cleaning cache. If this doesn't help share the app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and I'll take a look.