I found this thread — How do you stretch an image to fill a
I h
Just fix the height of the image & provide width = auto
img{ height: 95vh; width: auto; }