B5107656409
Posts: 0
Joined: Thu Jul 23, 2015 6:39 am

How to set height size of HTML box to follow the screen height?

Dear All,

How to set height size of HTML box to follow the screen height?

my css1.css :

.appery-html img
{
max-width:100%;
height:auto;
}

and I set HTML height dimension to 100%
and I put appery-html as Class Name of HTML

but does not work..

please help

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How to set height size of HTML box to follow the screen height?

Hello,

Your CSS works for child element of the .appery-html tag, which is "img". Please remove "img" from your CSS selector

Return to “Issues”