I have seen a similar question here : Fancybox chokes on a URL that contains "&" And I have tried all offered solutions but none of them work ! I have included
try this code
<script type="text/javascript"> $(document).ready(function() { $(".fancybox").fancybox({ type : 'image', openEffect : 'none', closeEffect : 'none' }); }); </script>