Page 1 of 1

picture is getting left aligned as i increase the screen size. I want the picture to be centered as the screen size is i

Posted: Tue Sep 02, 2014 1:13 pm
by Yashwanth Yellapragada

When i add a picture to the screen of size 320*480 the picture is centered . But when i increase the size of the screen , the pic is getting left aligned. I want the pic to be centered even when the screen size is increased.


picture is getting left aligned as i increase the screen size. I want the picture to be centered as the screen size is i

Posted: Tue Sep 02, 2014 1:23 pm
by Maryna Brodina

Hello!

Do you want this picture to be a background?


picture is getting left aligned as i increase the screen size. I want the picture to be centered as the screen size is i

Posted: Tue Sep 02, 2014 1:51 pm
by Yashwanth Yellapragada

No , the picture is below a text .

And , if i want the picture to be on the background , how do i do it ?

Could you please help me out with both the questions ? :)


picture is getting left aligned as i increase the screen size. I want the picture to be centered as the screen size is i

Posted: Tue Sep 02, 2014 2:32 pm
by Evgene Karachevtsev

Hello Yashwanth,

Please add to the picture these properties:
premargin-left:auto;
margin-right:auto;/pre


picture is getting left aligned as i increase the screen size. I want the picture to be centered as the screen size is i

Posted: Tue Sep 02, 2014 3:02 pm
by Evgene Karachevtsev

Yashwanth,

For background. Upload the image in Media Manager and add in the css file following:
pre[dsid=mobilecontainer1]{
background: url("../image/image.jpg");
background-size:cover;
}/pre
Where image.jpg is the name of your image.


picture is getting left aligned as i increase the screen size. I want the picture to be centered as the screen size is i

Posted: Sat Sep 13, 2014 4:21 am
by Yashwanth Yellapragada

even after adding the margin-right:auto; property to the picture , i am facing the same problem :( . When i change the screen resolution , the picture is going to the left .


picture is getting left aligned as i increase the screen size. I want the picture to be centered as the screen size is i

Posted: Sat Sep 13, 2014 2:28 pm
by Alena Prykhodko

Please share (http://devcenter.appery.io/documentat...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and send us the app name and steps to test.


picture is getting left aligned as i increase the screen size. I want the picture to be centered as the screen size is i

Posted: Tue Oct 07, 2014 3:02 pm
by Kateryna Grynko

Hi Yashwanth,

Did you solve this issue?