cant get fancybox to work
-
cant seem to get it to work
js files included and function called as below:
<script type="text/javascript" src="https://www.dannybrowne.com/wp-content/themes/default/js/jquery-1.2.3.pack.js"></script> <script type="text/javascript" src="https://www.dannybrowne.com/wp-content/themes/default/js/jquery.fancybox-1.0.0.js"></script> <script type="text/javascript" src="https://www.dannybrowne.com/wp-content/themes/default/js/jquery.pngFix.js"></script> <script type="text/javascript" src="https://www.dannybrowne.com/wp-content/themes/default/js/jquery.metadata.js"></script> <script type="text/javascript"> $("#entry a").fancybox({ 'zoomSpeedIn': 0, 'zoomSpeedOut': 0, 'overlayShow': true }); </script>
which should invoke fancybox on this image:
<div class=”entry”>
<p><img class=”alignnone size-full wp-image-12″ title=”mtg-final-black” src=”https://www.dannybrowne.com/wp-content/uploads/2008/09/mtg-final-black.jpg” alt=”” width=”500″ height=”706″ /></p>
</div>page at: https://www.dannybrowne.com/?page_id=5
anyone see any problems here?
kind regards,
danny.
- The topic ‘cant get fancybox to work’ is closed to new replies.