Fullsize jQuery Plug-in

19 views
Skip to first unread message

Fullsize

unread,
Mar 30, 2009, 11:58:14 PM3/30/09
to Fullsize
Post everything related to the Fullsize jQuery Plug-in here.

hansr...@gmail.com

unread,
Apr 4, 2009, 2:44:54 PM4/4/09
to Fullsize
On Mar 31, 5:58 am, Fullsize <d...@drewwilson.com> wrote:
> Post everything related to the Fullsize jQuery Plug-in here.
What license is it under? MIT?

Fullsize

unread,
Apr 4, 2009, 2:59:43 PM4/4/09
to Fullsize
That answer can be found inside the jquery.fullsize.js file.
It is licensed the same way as jQuery itself. It is duel licensed
under the MIT & GPL licenses.

Thanks so much for supporting Fullsize!!

Peace,
Drew

patdr...@gmail.com

unread,
Apr 9, 2009, 9:45:37 PM4/9/09
to Fullsize

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!

Fullsize

unread,
Apr 10, 2009, 1:10:16 AM4/10/09
to Fullsize
Glad you are using Fullsize!

The problem is you are not putting the fullsize() call inside a
document.ready call. Do this:

<script type="text/javascript">
$(function(){
$("#flickr img").fullsize({shadow: false, iconOffset:
2});
});
</script>

This will call fullsize() AFTER everything on the page has loaded.
This is typically how you should use jQuery.

Thanks so much!

Peace,
Drew

Pabl...@gmail.com

unread,
Apr 10, 2009, 8:38:41 AM4/10/09
to Fullsize
Are you thinking about add an option for build a slideshow?
Message has been deleted
Message has been deleted

Fullsize

unread,
Apr 10, 2009, 12:32:46 PM4/10/09
to Fullsize
Yes, That is planned for a version 2 of the plugin.
But That will not be for a little while :) I am pretty busy at the
moment with other projects.. but look forward to it :)

Thanks!

Peace,
Drew
Reply all
Reply to author
Forward
0 new messages