Quote:
Originally Posted by kovidgoyal
That was a bug I fixed earlier today, look at the updated code.
|
Does the code to replace 100% with 100vh or 100vw work with...
Code:
img {
max-height: 100%;
max-width: 100%;
}
With 4.2, the width seems to work as it fills the entire window and no more, but the height does not.
Thanks.