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