On my website I have an image. I try to add a rel="lightbox" because I want to open the image in Lightbox when I click it. But I'm not able to change this part of the HTML code. Is there another solution to 'force' the rel with something like Javascript or jQuery?
This is the HTML code I want to add the rel="lightbox"
<div class="gv_panel" style="width: 240px; height: 290px;">
<img style="visibility: visible; " src="t-shirt.jpg">
</div>
Is there any solution for this??