I have an image I want as big as possible, but I want 100% of the image visible no matter how the window is resized. I also want to maintain image ratio.
I have tried doing
img{
width: 100vh;
}
but that will cut off some of the image depending on the size of the window.
Here are some examples of what I want: