I have the max-height of an element as 65vh. I need to convert it to pixels in my JavaScript to see whether an image can fit there or if I need to shrink/crop it. (am doing win8 App development).
Will this work?
100 vh = screen.height
therefore 65vh in pixels is screen.height *0.65