html
<img src="/path.jpg" />
CSS
img { min-height: 500px; }
notification
Just make sure you don't define a width for this image in the element or in css for the top elements. If everything is in order, the image will be scaled to the minimum value.
And remember, use larger images and then your minimum height - otherwise it would be ugly.
source share