I should open some image on an overlay without using <a href>
and without modify code.
I have a carousel with only image, without link. I can't add anything to it, it's just something like
<div>
<div><img src=""></div>
<div><img src=""></div>
<div><img src=""></div>
</div>
I should open the image on a overlay. Do you know any plugin (if works with jquery it should be 3.5 compatible) that could help me?
Thank you