2
How to insert a link in the image that opens (popup) in the fancybox after clicking?
Excerpt from the HTML code:
<li>
<a class="fancybox" rel="group" href="imagem_grande.jpg" title="nome_produto">
<img src="imagem_pequena.jpg" alt="Imagem Pequena." />
</a>
</li>
Do you have any piece of code? If yes post, because it would facilitate in the answer.
– Marconi