Quote:
Originally Posted by JSWolf
It's not correct if it's supposed to be a full screen image yet there are lines underneath because the image does not use enough of the screen.
|
Not all devices/apps work the same way. Some will eat into the 100vh, reserving the space for headers/footers/progress bars etc. So, if you state 100vh then there is a little bit that hangs over to the next page. That's why some people will use 95vh to allow for those extra little things that some apps/devices do.
If you don't like 95, then you could try 94.5 or 96....