Page 1 of 1

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

Posted: Wed Jan 20, 2016 3:40 am
by B5107656409

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


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

Posted: Wed Jan 20, 2016 12:35 pm
by Serhii Kulibaba

Hello,

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