My inner image should have the same height as the outer div.
My code is:
<div>
<div class="col_2_fifth">
<figure>
<img src="....." />
</figure>
</div>
<div class="col_3_fifth">
<div class="description">
<p>....</p>
</div>
</div>
</div>
But the image height is always less than its parent div height.
What can i do now? Can i fix this with jquery/js or with css?