Priyanka Patel
Posts: 0
Joined: Sat Aug 17, 2013 5:41 am

Setting a background image

Thanks heaps. It's working fine on most screens. Iphone5 is still having a problem but can live without.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Setting a background image

What kind of problem?

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

Setting a background image

Hi Maryna,
I tried to implement the code above, but the image isnt showing ,this is the code

.backgroundImg {

background-position: top center;
background-repeat: no-repeat;
background-image: url('../image/FolderSwitcherBG.jpeg');
background-size: cover !important;

}

css is called backroundImage and container has the class name backroundImage
the image has been uploaded and is available

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Setting a background image

Hello! As we can see from your CSS should have backgroundImg class instead backroundImage. Please check and fix.

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

Setting a background image

Sorry Maryna,
thats my typo
class is backgroundImg, css is called backgroundImg and content is

.backgroundImg {

background-position: top center;
background-repeat: no-repeat;
background-image: url('../image/FolderSwitcherBG.jpeg');
background-size: cover !important;

}

but still no image?

Image

Image

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Setting a background image

Hi Michael - can you send us a public link or share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a?

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

Setting a background image

Hi lllya,
app is shared, name star3, you will need to login, use "a" as login and pass, click pizza, click chicken, this is the screen that has the css applied.

thx

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

Setting a background image

Hi Michael,

Your file FolderSwitcherBG has an extension .jpg, and in CSS you use jpeg. Please replace FolderSwitcherBG.jpeg with FolderSwitcherBG.jpg

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

Setting a background image

Hi Katya,
thx for that, I now get the image.

But it hasnt solved my problem, which is the white screen when screen loads, On load the service from database is called and it takes a while for the screen to be populated. Is there any way to overcome this ugly white screen

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Setting a background image

Hi Michael, see reply here https://getsatisfaction.com/apperyio/...

Return to “Issues”