Is it possible to add an inner line to all product images like shown in the example image?https://i.sstatic.net/EVIiM.png
The HTML code I have is as follows:
<div class="gallery">
<div class="picture">
<img id="main-product-img-43" src="//images/thumbs/0000072_25-virtual-gift-card_550.jpeg">
</div>
</div>
Are there any ways to achieve this effect using CSS or JavaScript?