I am working with a basic HTML code to display a list of images (JSFiddle):
<ul>
<li>
<img src="//cloudinary-a.akamaihd.net/forwardfour/image/upload/h_300,w_200,c_pad,e_vibrance:100/pgznasls8cnqg3vlla7t.jpg" />
<div class="container">
<h3 class="title">The Landscape of History</h3>
</div>
</li>
</ul>
Upon checking the JSFiddle link provided, there seems to be an issue where the image has some extra space underneath it. I'm curious as to why this is happening and if there's a solution to remove that additional space.
Appreciate your help in resolving this matter.