I'm trying to get the images to resize to the height of the browser being viewed. Ideally I am trying to get the height of the images to a max-height of 1100px, and scale down based on the height of the browser.
I have tried height 100% and height auto, but nothing is working.
Example page is here - http://www.trentmcminn.com/dev/albums/melanie-georgacopolous/
Any help would be appreciated.
<div id="lane" style="top: 49px; width: 1328px;">
<div id="album-intro" class="cell">
<div class="wrap">
<h1>
Laura Myers </h1>
<p>Financial Times, How To Spend It</p>
<p>Founder of Atea Oceanie. Photographed in Knightsbridge, London, 2012. </p>
</div>
</div>
<div class="cell">
<img data-respond-to="height" data-presets="tiny,45,60 small,75,100 medium,360,480 medium_large,600,800 large,768,1024 xlarge,825,1100 huge,825,1100" data-base="http://trentmcminn.com/dev/storage/cache/images/000/027/laura," data-extension="jpg?1373373141" alt="laura.jpg" height="1100" width="825" src="http://trentmcminn.com/dev/storage/cache/images/000/027/laura,xlarge.jpg?1373373141" style="cursor: pointer;">
</div>
</div>