Hi,
Im trying to make my img link to this same image. Unfortunately it is not working.
<img src="someimage.jpg" width="120" height="120" />
and this is what im trying to acheave:
<a href="someimage.jpg">
<img src="images/6208606.jpg" width="120" height="120" />
</a>
but this don't seems to be working
var ImgScr = $('.gallery img').attr('scr');
$('.gallery img').wrap('<a></a>').attr('href', ImgScr);
Any help very appreciate