Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

local image asset full screen

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

local image asset full screen

Hi Ketan,

Add the following code please:pre$('div[dsid="mobilecontainer1"]').css('background-repeat', 'no-repeat');/pre

Ketan Patil
Posts: 0
Joined: Tue Dec 03, 2013 1:10 pm

local image asset full screen

not working, out put is same after insertion of the code Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

local image asset full screen

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.

Return to “Issues”