On the front page of my website, i have an image which i want to fit the height of the screen/device, if the device height changes it should responsively reflect this by resizing ( not cropping). How do i achieve this?
I hope i've made sense, see this jsfiddle as an example to what i am trying to achieve.
Tried:
min-height:100%;
min-width:100%;