I am using bootstrap2 for design
<div class="row">
<div class="span-4">
</div>
<div class="span-8">
<div id="expandable" style="width:100%">
here I want to change the height of this div according to the width size.
</div>
</div>
</div>
When I drag the browser, it changes the size of 'span-8' div.
I would like to keep height as 4:3 with width.
For example,when width is 400,I would like keep height 300. when width is 200 height should be 150
is it possible?