On Mar 30, 11:58 pm, Fullsize <
d...@drewwilson.com> wrote:
> Post everything related to the Fullsize jQuery Plug-in here.
I am currently trying to include this in a WordPress install. I am not
using the WordPress plugin, but the normal jQuery Fullsize plugin on
the
addfullsize.com site.
I have the following in my header.php file:
<script src="
http://www.google.com/jsapi" type="text/javascript"></
script>
<script type="text/javascript">
google.load("jquery", "1.2.6");
</script>
<link href="<?php bloginfo('stylesheet_directory'); ?>/library/
fullsize/fullsize.css" media="screen" rel="stylesheet" type="text/
css" />
<script type="text/javascript" src="<?php bloginfo
('stylesheet_directory'); ?>/library/fullsize/jquery.fullsize.js"></
script>
<script type="text/javascript">
$("#flickr img").fullsize({shadow: false, iconOffset: 2});
</script>
My feeling is that it isn't working because I'm not using
"jQuery.noConflict();" anywhere… thoughts?
Thanks in advance for the help!