FancyBox image without extension
I want to use fancybox with images with URLs looking like this:
{{base}}/files/920c1d374a928d5
but declaring the HTML anchor tag like this:
<a class="fancybox" href="{{base}}/files/920c1d374a928d5"><img
src="thumb.jpg" alt="" /></a>
forces the browser to load the URL inside the href, instead of loading the
fancybox.
I tried using the href javascript tag, but this renders it totally broken.
Is there any way around this?
No comments:
Post a Comment