Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Finding Page height Re: Finding Page height

#53478
soap
Participant

just use javascript/jquery, man.


if (screen.width<=1024) {
myDiv.height(myHeight);
}

i think that would work?