Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

center the image horizontal and vertical

Hi Spark,

Please try following JS code:

pre

.continer4 {
position: relative;
}
centerimage4 {
position: absolute;
top: 50%;
left: 50%;
margin-left: -100px !important;
margin-top: -100px !important;
}

/pre

Regards.

Spark Chao
Posts: 0
Joined: Sat Jan 17, 2015 6:25 am

center the image horizontal and vertical

Dear Yurii
I try your code,but still no work!!
something I did wrong?
Image
Image

Spark Chao
Posts: 0
Joined: Sat Jan 17, 2015 6:25 am

center the image horizontal and vertical

Yurii
I follow you code.
in the edit mode,I change the predefined screen size will be correct.
but when I use the test mode to preview app,
it will get horizon center,but not vertical center.
did I do something wrong? Image

Return to “Issues”