Page 2 of 2

center the image horizontal and vertical

Posted: Tue Apr 14, 2015 2:02 am
by Yurii Orishchuk

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.


center the image horizontal and vertical

Posted: Tue Apr 14, 2015 6:44 am
by Spark Chao

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


center the image horizontal and vertical

Posted: Tue Apr 14, 2015 6:53 am
by Spark Chao

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