Kindly review the image enclosed below
ul li{
width:100px;
height:200px;
float:left;
border:10px double #333;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
<ul>
<li><a href="image.jpg"><img src="image.jpg"/></a></li>
</ul>