Forums / Cotonti / Support / FAO Twiebie - Slimbox + Imagescaling plugin (siena)

Twiebie
#35093 2012-08-07 19:08

Try to put this in the header.tpl instead of in the js.js file:

<script type="text/javascript">
    $().ready(function () {
        $(".fancybox").fancybox();
    });
</script>

And the BBcode like this:

<a class="fancybox" href="$1"><img src="$1" alt="" /></a>
<a class="fancybox" href="$1"><img src="$2" alt="" /></a>