Picbox

Picbox is a lightweight (around 5KB) javascript image viewer based on the excellent Slimbox by Christophe Beyls, and available using either the Mootools or jQuery frameworks. It features automatic resizing and zooming of large images, allowing them to fit in the browser or be viewed at full size.

Demo

demo1 demo3 demo2 demo4

Download picbox v1.2 (Mootools) or picbox v2.2 (jQuery)

WordPress plugin available now! Go here: http://wordpress.org/extend/plugins/picbox/

Hint: If you don’t use any javascript frameworks on your site download the mootools version as it is slightly smaller. If you are not sure download the jQuery version as it is less likely to conflict with other frameworks (both versions are identical in features and will be maintained alongside each other).

Features

Images automatically resize to fit the screen when opened. They can then be zoomed in/out using the scroll wheel and moved around on screen using the mouse. Double clicking resets the image or views it full size.

Picbox includes an api and customisation options. Refer to picbox.js in the src/ folder for the full list, including descriptions.

Installation

Copy the js/ and css/ folders your server. Then insert the following code into your <head>:<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js"></script>for mootools, or<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>for jQuery, then (for both)<script src="js/picbox.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/picbox.css" type="text/css" media="screen" />

The folder structure can be changed, but if you put the images in a different folder to the css file be sure to change the paths in picbox.css!

Usage

For easy migration from Lightbox/Slimbox, by default the script activated for links with rel=”lightbox” e.g.
<a href="images/image-1.jpg" rel="lightbox" title="my caption">image #1</a>

To organise the images into groups add a group name after the word “lightbox”<a href="images/image-1.jpg" rel="lightbox-group1">image #1</a>
<a href="images/image-2.jpg" rel="lightbox-group1">image #2</a>
<a href="images/image-3.jpg" rel="lightbox-group1">image #3</a>

Of course this can all be customised by editing the autoload code in picbox.js. Example loading code for loading all image links or picasaweb/flickr galleries are in the extras/ folder (all copied from the Slimbox release).

Requirements + Compatability

Picbox v1.x and v2.x have been tested with Mootools v1.2.3+ and jQuery 1.3+ respectively.

To create a custom mootools.js for 1.x, the following modules are required.

  • Native: all
  • Class: all
  • Element: all
  • Utilities: DomReady
  • Fx: all

Note that the drag module from mootools more is no longer required.

Picbox should be compatible with Firefox 2.0+, Internet Explorer 6+, Opera 9+, Safari 4+, and Google Chrome. Firefox 3.5 and newer webkit browsers also have nice shadows around the images :) .

If any incompatabilities are found please contact me or leave a comment below.

Changelog (jQuery)

Version 2.2

  • Caption now appears briefly when navigating using the keyboard and controls are hidden
  • Small empty square no longer appears when a caption is not present

Version 2.1.2

  • Fixed controls appearing in rare cases after Picbox is closed

Version 2.1.1

  • Controls won’t disappear if the mouse is over them
  • New margins option to control default margins between image and edge of window
  • Dragging when scrolled bug fixed
  • Controls no longer appear on keyboard navigation
  • Some other small bugs fixed

Version 2.1

  • Images now take up as much window as possible
  • Full size/ restore button
  • Redesigned controls  (Thanks Huw Kinsman for doing much of the design :) )
  • jQuery 1.4 compatibility

Version 2.0.3 – Fixed picbox not working if there was flash on the page.

Version 2.0.2Fixed a couple of bugs with resizing while scrolled down and overlay.

Version 2.0 – Initial release

Changelog (mootools)

Version 1.2

  • See v2.2 changelog for new features
  • Fixed zoom button sometimes not activating

Version 1.1.1

  • Controls won’t disappear if the mouse is over them
  • New margins option to control default margins between image and edge of window

Version 1.1

  • New design: see jQuery changelog
  • Mootools 1.2.4 compatibility

Version 1.0.1

  • Updated included mootools.js version to v1.2.3
  • Picbox now uses the safe $ feature in mootools so can be used where other javascript frameworks are present.

Version 1.0 – Initial release

Donate

A lot of time and effort has gone into the creation of this. If you would like to say thank you, please consider donating.

128 Responses to “Picbox”

  1. Li-An Says:

    Hello, as I use already Slimbox, it’s a very interesting plugin and the zoom effect is a brilliant idea but… people are not used to zoom on Lightbox effects so it could be important to give shortcuts/text explanation to make them zoom. Second thing, I think the arrows look and place are not pretty and convenient.

  2. admin Says:

    Thanks for the feedback :)
    A full size/restore button is already planned for the next version. I’m not sure how long that will be, but hopefully it’ll be out in the next couple of weeks.
    Not so sure about the arrows though. Do you have a better suggestion for their placement?

  3. Vagur Says:

    EXIF including?

  4. Al Says:

    I really love PICBOX, it´s everything that I need for viewing images.
    I have however, problems with it:
    -It does not work with flash at all.
    Greetings from Spain.

  5. Alvaro Says:

    I Finnaly made it work. My problem was that I didnt know that the jquery version do not work well with flash, but yes in the MooTols ver.
    Thx for your Masterpiece, XD
    Bye.

  6. Ben Says:

    That’s strange, it should work. I’ll look in to it, I probably just missed something while porting it.
    But I’m glad you like it :D

  7. Denny Says:

    Great plugin! I like it a lot. I have a question…is there a way to display only one thumbnail in my post but then when you click on it the thumbnail the picbox will show several images from a group of pictures? It is similar to your example of:

    image #1
    image #2
    image #3

    But I don’t want image-2.jpg or image-3.jpg showing on the post. I want it to display only once you click on the image-1.jpg thumbnail

    Thanks!

  8. Denny Says:

    oops I guess it used my html but yeah I hope you understand what I was trying to say

  9. Thomas Says:

    Great plugin! Very fast and I like the how it resizes the photos based on the size of the screen. I do, however, agree with the first poster that the arrows and the ‘close’ button are not in very convenient places. They are on the edge of the screens so it requires more ‘work’ to look for and click them. I think it would work better if they were closer to the photos.

  10. Zull Says:

    My appreciation to this awesome plugin and the developer. It does great job for my media of lecturing. Thanks buddy.

  11. Eric Says:

    On my site (193maple.net) double-click doesn’t work in IE…. any idea why? Works fine in firefox.

  12. Piyush Says:

    Hi,
    this is very very nice.

    I need one help if u help me, i want to add a link when image r zoom.
    can u give me reply on this id (piyush.rupapara@gmail.com)

    Thanks,
    Piyush

  13. Z00m Says:

    It would be nice to limit the maximum zoom level to the effective picture size. Is it possible ?
    I dont wanna let users zoom more than 100% of the image (in other words: the software zooming)

    hth
    Z00m

  14. MTBGearTech Says:

    Just installed the update and I have some problems. The “close” button in the upper right hand corner never goes away and disables the ability to click on any other buttons on my site.

  15. gofree Says:

    Look promising indeed. Anyway, how can we install it in Blogger blogs whereas images hosted by blogger have an ‘-h’ in the link which prevent most light box script to work?

  16. gofree Says:

    I am using it ‘plugin for wordpress’ here: http://warezreview.co.cc but it doesn’t show the capture from the ‘title’ attribute like LightBox 2. How can I fix this?

  17. gofree Says:

    Opp sorry to triple post, but would like to report that the ‘X’ close button seems to appear behind the photo. How do we make it top of the photo so the visitor can see the close ‘X’ clearly?

  18. Ben Says:

    @gofree: The caption must be in the title of the link, not the image thumbnail. (I’m sure that’s how Lightbox 2 works too).
    The x button shouldn’t usually be a problem but I see how it could be, I’ll look to improve that in future releases.

  19. gofree Says:

    Thanks a lot for the answer. Lightbox 2 has the ability to show the title of image from the image name in WP as I used it to; but now using your nice script :)

  20. guille Says:

    My appreciation to this awesome plugin and the developer. It does great job for my media of lecturing, the action plugin

  21. zsolt@wpc Says:

    Amazing work, but I found some crazy bugs:
    1. If you are trying to click by mouse to watch a slideshow, and you are clicking on the same point without moving the mouse, then after some time the interface disappears and your next click just kills it.
    1.b Not a bug, but a request: if you know that you can use the keyboard, there is no need to show the arrows on every image, as it’s just annoying, _this_ is the point where the arrows should disappear, not when using the mouse.
    2. Very crazy thing, in WordPress, if you insert a gallery, it doesn’t work with picbox, but if you copy from the gallery’s page, and paste it into a clean page, it will work. I compared the source code, and there was almost no difference.
    That’s the part I am copy-pasting:

    #gallery-1 {
    margin: auto;
    }
    #gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%; }
    #gallery-1 img {
    border: 2px solid #cfcfcf;
    }
    #gallery-1 .gallery-caption {
    margin-left: 0;
    }

  22. zsolt@wpc Says:

    http://pastebin.com/m4a4a87c0

  23. k Says:

    Hello,

    There is a bug on image drag when document is scrolled – incorrect left and top position calculation (suitable for IE6 only). Workaround:

    (picbox-2.1, source, Line 316)
    function drag(e) {

    el.css({
    left: x – offset.x – (ie6 ? 0 : $(document).scrollLeft()),
    top: y – offset.y – (ie6 ? 0 : $(document).scrollTop())
    });

    }

    Also, dragging is better with smaller threshold (line 318). Example:

    if (Math.abs(x – mouse.x) > 1 || Math.abs(y – mouse.Y) > 1)
    moved = true;

    Third, vertical dragging is impossible if initially image is not moved horizontally.
    I can’t understand why.

    Next, it will be better if there is a option for image margin (line 216). For example:
    var mw = win.width() – options.margins, mh = win.height() – options.margins, size = 1;
    Very easy to implement.

    Next, overlay does not disappear on Safari v3. This does not happen with Safari v4.

    (jQuery-1.4.1)

  24. k Says:

    One more thing,

    Initially img with id=”pbImage” has “display: none;” but after image is closed “display” remains “block”.
    This makes strange “fluid” effect on document scrolling but only in Firefox-3.5 and 3.6.
    If “display” is changed to “none” (via Firebug), this strange scrolling effect disappears.

    BTW, picbox works even with Firefox-1.0. There is buttons-panel z-index bug, but works!

  25. k Says:

    About vertical dragging bug:
    “mouse.Y” in line 318 should be “mouse.y”, i.e. “y” shouldn’t be capital letter
    :)

  26. k Says:

    Hello,

    MANY THANKS for these quick bug fixes -> v.2.1.1!

  27. zsolt@wpc Says:

    Amazing! Everything is fixed!

    Two feature requests:
    1. Now, as the image caption is linked to the UI, when you are browsing via keyboard, there are no image captions.
    2. For the WordPress plugin, can you modify it to use the “Alternate text” or the “Caption” fields and not the title for caption data? The title is always the name of the file (meaningless) when you batch upload photos.

    +1 a margin implementation would be amazing in WordPress’ settings.

  28. zsolt@wpc Says:

    BTW, on this page (your homepage), my Firefox 3.5 always had some stuttering while scrolling, not it’s gone too!

  29. Ben Says:

    @k + zsolt:
    No problem :) thanks for the heads up about the bugs.

    I’m looking let all the options be changed through the wordpress settings, I just wanted to get this release out quick to fix everything.

  30. k Says:

    Please,
    look from time to time at:
    http://plugins.jquery.com/project/issues/picbox

    Here is not easy to post bugs and patches.

    Thanks

  31. Eddy Says:

    It won’t work anymore after the update to wordpress 2.9.2!!

  32. zsolt@wpc Says:

    Broken with 2.9.2 :-( (((

  33. Ben Says:

    I’ve got it running fine on 2.9.2 here and on a test blog.. Have you got a link to where it’s not working?

  34. zsolt@wpc Says:

    The problem was that during the update the new margin field left blank. I had to type 0 to fix it.

  35. 15+ promising jQuery Lightbox-Clones plugins — Narga Says:

    [...] 13. Picbox [...]

  36. Andy Says:

    Today I’m so grateful I finally found your plug-in. Thank you. I’ve been searching like crazy for a nice looking, simple, lightweight alternative. This is the first plug-in that I’ve found that isn’t either heavy (forcing jquery.js) or ugly (like Slimbox, the one I almost settled for).

    Personally, I really like the navigation icons. They are big and not too distracting. If it were me, I would put them above the photos. That way they are always in the same place and visible.

    I would like to see:

    - navigation at the top of the screen with title/caption directly under the navigation icons
    - an option to show the title OR caption OR both (specified on the admin screen ideally)
    - a slideshow option

    I would list more suggestions, but this is just great as it is. Thanks again.

  37. Andy Says:

    BTW, I tried to send a donation, but the link doesn’t seem to work. It just sends me to my PayPal account, not to a payment form.

  38. Andy Says:

    Ah, I spoke too soon. I thought Picbox didn’t load jquery (or mootools), but I was wrong. I was really hoping to find a nice image-viewer that wouldn’t load the entire library. Is that even possible? Does Slimbox also load a library?

    The problem is that my front page is close to 200kb, and I really can’t afford to have new visitors leave because it’s loading slowly. I either have to trim jquery.js or take out half the front page content or just leave it alone. I really do like how Picbox looks and works, so I’ll take the third option and stick with it for now.

    Still grateful, just bummed I couldn’t have my cake and eat it, too.

  39. Andy Says:

    Can I use PicBox and have jquery load in the footer? I realize someone might click on a picture before jquery finished loading, and they wouldn’t see the fancy stuff. But (if I’m correct), wouldn’t people see the website content noticably faster if jquery loads after the rest of the page? That would be worth it for me.

    If it’s possible to have jquery load in the footer (via Googleapis), could you tell me how? Eg, what to add to my functions.php or how to change the plugin itself?

    I tried to do it myself with no luck. Any help would be appreciated.

  40. Ben Says:

    jQuery itself is only 19kB or so, and as it’s loading from a separate domain to yours (googleapis) the browser should download it concurrently (and jQuery’s so popular there’s a good chance the user already has a cached copy) so I doubt that it is significantly affecting your page load time.

    200kB these days is probably about average for a web page anyway, and on a broadband connection that shouldn’t take much more than a second to download.
    If you still want to do something, drop me an email and I’ll try and work it out.

    Oh and the donate link should be fixed :)

  41. Andy Says:

    Thanks for replying. I understand JQuery better now, so I think it’s not to blame for my site loading slowly.

    I really like Picbox and would like to donate. I’m on the road now, so it’s not a good time. Keep up the good work. IMO, what you’re doing is much better than Slimbox, Lightbox, etc. (more user friendly, better use of the screen, and more).

  42. Matt Says:

    Pure greatness, clean and simple, the default 75% of window sizing is simply brilliant for my needs. Drop-in replacement for slimbox2 made it a snap to change over, thanks for offering this!

  43. Picbox – Lightweight Javascript Image Viewer | blogfreakz.com Says:

    [...] jQuery framework, MooTools framework Demo:http://bunnyfire.co.uk/projects/picbox/ License: MIT [...]

  44. Aravind Says:

    Nice stuff…..Thanks….

  45. Main pages | Log for FM 2010 Says:

    [...] Picbox [...]

  46. jami Says:

    Nice work! It would be great if you could support mipmap layer with different image sizes. Think about a wallpaper app where you can resize the image until it fits your screen.

  47. RAJUZ Says:

    Pretty cool picbox. This is something I will be implementing .
    Thanks

  48. MJ Says:

    This plug-in is just what the doctor ordered. Call me if you ever come to Shanghai.?????

  49. Più di 100 gallerie fotografiche in AJAX, Flash e PHP — Studio404 Web Agency Says:

    [...] Picbox, libreria molto leggera (circa 5KB) basata su Slimbox e disponibile per Mootools e jQuery. [...]

  50. MIGI PLANNING » Blog Archive » 最近発表された使えるjQueryプラグイン20選「 20 Best And Useful jQuery Plugins of March 2010 」 Says:

    [...] ■Picbox わずか5KBと非常に軽量なサイズのライトボックスプラグイン。 [...]

  51. 123doing Says:

    It’s very good.
    I like this.
    Thanks for share.
    And I wrote something to introduce this project for my readers.
    You can find the post about this in my website.
    If something is wrong,pls figure it out.thanks.

  52. cheap nike shox Says:

    I try this jquery and it is very light. I like it very much. Thank you very much.

  53. jacob Says:

    Hi,

    I have one little question. It is possible to remove picbox’s navigation buttons when the gallery contains only one picture ? Is there an option to modify picbox that way ? If so, how to do that ?

    Thanks in advance,
    Jacob

  54. Bill Says:

    This is an awesome plugin for wordpress, and may be exactly what I’m looking for!

    Is it possible, on a page in wordpress, to somehow point to a folder full of images that are already named, and just have Picbox show all the images in the folder? Rather than manually typing a href string for each photo?

  55. Micky Says:

    thanks for the script, it’s all I was asking for.

    The only problem I have is with the close button that likes to hide behind the pictures…
    Is there ANY way to make it float on top like the navigation bar?

  56. noiv Says:

    Many thanks, great plugin.
    Can’t await next version using HTML5/canvas and having a smooth zoom.

  57. Galeria jQuery Picbox ze zdjęciami z Picasa w formacie JSON | Software.com.pl - Portal dla programistów - artykuły, tutoriale, porady Says:

    [...] Kolega używa Google Picasa Web Albums z którego pobierzemy źródło zdjęć w formacie JSON i wyświetlimy przy pomocy galerii jQuery Picbox. [...]

  58. jQueryいろいろ « Webデザイン ホームページ制作 名古屋 豊橋 | creal クレアル Says:

    [...] PICBOX / ダイナミックに表示。画像もドラッグで移動できます [...]

  59. 代码高亮和灯箱合体 | Endless Says:

    [...] 大家可以看下效果,先来灯箱的,灯箱使用的是 jquery 插件 colorbox,已更换为jquery picbox: [...]

  60. Jason Landry Says:

    Great work, exactly what I was needing for a current project. Is there any way the close button could be made to appear always on top? Currently if you zoom in to where an image totally fills a window, the close button gets covered.

  61. Samuli Kärkkäinen Says:

    Hello,

    I wonder if the minimized version (2.2, jquery) has something broken. I have been unable to make it recognize picture groups (rel=”lightbox-group1″ etc) at all. When I try to use them, clicking on the thumbnail works as if the link simply pointed into an image. I think sometimes the Picbox controls flash briefly on the screen though. I have also occasionally gotten syntax error messages into javascript console about I think “replace” function on line 13.

    When I replace the minimized version with the source, things work as they should.

  62. Brock Says:

    I love this feature but want to isolate which galleries use the function. Say, I want one page to scroll through PicBox images from one gallery, and the next page to scroll through another set of PicBox images from another gallery. Any advice?

  63. webunique Says:

    Thank. Very good plugin

  64. Fsoin Says:

    I’m sure you’ve heard this from the others already, but your script does exactly what I was looking for! And I know I am getting greedy here, but is there any chance that this script would eventually allow overlay of video and/or iframe to external websites some time in the future?

  65. Lee Holden Says:

    Thanks for putting together Picbox, the not quite lightbox clone… | Bunnyfire.co.uk I am enjoying your posts. Would you do a guest post on a site I help run? Do you think that you could contribute? You can see our post styles at http://ip0dtouch.com and certainly we would be interested in having you post an article or two on our blog, what do you think? If you are interested let me know through the contacts page on our site.Picbox, the not quite lightbox clone… | Bunnyfire.co.uk is an interesting name for a blog, keep up the good work , thanks, from Lee Holden

  66. 75 Most Useful jQuery Plugins of Year 2010 « Simplification Says:

    [...] 3) Picbox : Picbox is a lightweight (around 5KB) javascript image viewer which features automatic resizing and zooming of large images, allowing them to fit in the browser or be viewed at full size. [...]

  67. Lightbox per tutti i gusti — Studio404 Web Agency Says:

    [...] Picbox, libreria molto leggera (circa 5KB) basata su Slimbox e disponibile per Mootools e jQuery. [...]

  68. David Lewis Says:

    I can’t seem to get picbox to work with IE8 or IE9 (beta). It works great on Firefox and Chrome. When I try it on IE there is a javascript error.

  69. Linksammlung – jQuery Lightbox Scripts « Antary Says:

    [...] Pixbox [...]

  70. how to make hash Says:

    I am lucky that I found this web site, precisely the right info that I was looking for! .

  71. Andy Says:

    I’ve been using this plugin and think it’s great. I hope you will continue supporting it.

    You must get many requests, but one I have is for a slideshow option (to just click a “Play” button and watch it run).

    Also, on my screen, the arrows end up in front of the images (screen is too small). I wonder if these is any way to force the arrows below the images… This small issue would be mostly solved by the slideshow option.

    Anyway, thanks for what you’ve provided, I really appreciate it.

  72. 2010 Yılının En Kullanışlı jQuery Eklentileri Says:

    [...] PICBOX – Gelişmiş bir resim eklentisidir.  Bana göre diğer resim eklentilerinden (zoom eklentileri!) en büyük farkı ve avantajı ise resmi istediğiniz boyuta ayarlayabilmenizdir. (WordPress için eklenti haline getirilmiş versiyonu mevcuttur) [...]

  73. 30个最好的jQuery 灯箱插件 Says:

    [...] 24. Picbox [...]

  74. Beverly Scanlon Says:

    One thing I’d prefer to comment on is that weightloss system fast can be carried out by the correct diet and exercise. A person’s size not just affects appearance, but also the general quality of life. Self-esteem, depressive disorders, health risks, as well as physical skills are affected in weight gain. It is possible to just make everything right but still gain. If this happens, a problem may be the primary cause. While a lot of food rather than enough exercise are usually at fault, common health concerns and popular prescriptions could greatly add to size. I am grateful for your post in this article gywl512.

  75. Infamous2 Release Date Says:

    If at all possible, while you gain knowledge, would you mind updating your blog with increased information? It is extremely ideal for me.

  76. schody drewniane Says:

    Thanks a lot for sharing this with all folks you actually recognize what you’re talking approximately! Bookmarked. Please additionally seek advice from my web site =). We can have a link change contract among us!

  77. Billy Says:

    Hey excellent blog, very impressed!

  78. Steve Says:

    Can the pointer be changed to a magnifying glass (for example) when hovering the link?

  79. Glauner@web.de Says:

    Klasse. So hab ich mir das vorgestellt. Wo kann ich die Infos teilen über Facebook ?

  80. Delorse Pilotte Says:

    Whoah this weblog is magnificent i like studying your articles. Keep up the good paintings! You understand, a lot of persons are looking around for this information, you can help them greatly.

  81. 30 Best jQuery Lightbox Plugins « arena3000 Says:

    [...] 24. Picbox [...]

  82. 北京上升力网络科技有限公司博客 » 分享30个最佳 jQuery Lightbox 效果插件 Says:

    [...] 24.Picbox [...]

  83. Ladonna Denapoli Says:

    Appreciating the time and energy you put into your website and detailed information you provide. It’s awesome to come across a blog every once in a while that isn’t the same out of date rehashed material. Wonderful read! I’ve bookmarked your site and I’m including your RSS feeds to my Google account.

  84. 分享30个最佳 jQuery Lightbox 效果插件 « 前端视界 Says:

    [...] 24.Picbox [...]

  85. Acer Says:

    I definitely loved the post. I suppose that’s positively heartening you decided to post on this subject. It will definitely enlighten others to get to know what you think about. Way to go

  86. Roman Labianca Says:

    I am optimistic my guests will locate that incredibly valuable

  87. fax server Says:

    I do love the manner in which you have presented this problem plus it does present me personally a lot of fodder for thought. Nevertheless, coming from what I have personally seen, I simply trust when the actual remarks stack on that men and women remain on issue and not start on a tirade involving some other news du jour. Anyway, thank you for this fantastic piece and whilst I can not necessarily concur with it in totality, I value your perspective.

  88. Tillie Fuhrmeister Says:

    Throughout the great design of things you’ll receive a B+ with regard to hard work. Where exactly you actually misplaced me personally ended up being on your details. As they say, details make or break the argument.. And it couldn’t be much more correct right here. Having said that, permit me inform you what did do the job. The writing can be highly engaging and that is possibly why I am making the effort to comment. I do not really make it a regular habit of doing that. Next, although I can see a leaps in logic you come up with, I am not necessarily certain of just how you appear to connect the details which help to make the actual conclusion. For the moment I shall yield to your point however trust in the near future you connect the facts much better.

  89. Lashay Deteso Says:

    The core of your writing while sounding reasonable originally, did not really settle properly with me after some time. Someplace throughout the sentences you were able to make me a believer but just for a very short while. I however have a problem with your leaps in logic and you would do nicely to help fill in those breaks. In the event that you actually can accomplish that, I could definitely be impressed.

  90. maycol Says:

    As I run from a single element picbox making you click, I have a group of images with rel … as a function call and parameters happened to him? thanks

    Como ejecuto picbox desde un solo elemento haciendole click, yo tengo un grupo de imagenes con atributo rel… como llamo a la funcion y que parametros le paso? gracias

  91. cari uang online Says:

    Hellow, You have a nice blog :) cari uang online

  92. Conrad Armen Says:

    We have a area that is close to my house however I can’t locate just about any evaluations on them. Do any of you know anything at all about them?

  93. Hershel Mcchristian Says:

    Wonderful blog you have here but I was curious about if you knew of any community forums that cover the same topics talked about here? I’d really love to be a part of online community where I can get suggestions from other knowledgeable people that share the same interest. If you have any recommendations, please let me know. Many thanks!

  94. Clive Says:

    This really is the info I desired. Appreciate your writing this publish.

  95. keemor Says:

    Is slideshow feature for auto-changing photos in plan? I can try to implement it.

    Great work, thx!
    Cheers

  96. Carroll Says:

    I simply wanted to leave a simple thoughts to talk about your blog site was great. I came across it on the search engines search just after dealing with lots of other information that has been probably not related. I thought I’d come across this much earlier thinking about how great the content is.

  97. white Says:

    I am going to watch out for brussels. I’ll appreciate in case you continue this in future. A great deal of persons will be benefited from your writing. Cheers!

  98. PicBox demo | Just another dreamerblog… Says:

    [...] võtsin katsetamiseks lightboxi klooni PicBoxi. See tore plugin wordpressile tundub olema üsna mugava grupeerimise võimalusega ning üldiselt [...]

  99. Cardiff Builder Says:

    Another thumbs up from me for picbox plugin. I really like it. Thanks for the helpful post too.

  100. 20 Best And Useful jQuery Plugins of March 2010 « RPL Class Says:

    [...] Picbox : Picbox is a lightweight (around 5KB) javascript image viewer which features automatic resizing [...]

  101. 30 Best jQuery Lightbox Plugins | Zonity.com Says:

    [...] 24. Picbox [...]

  102. 优秀jQuery插件 | Laofs.com【老粉丝】 Says:

    [...] 3)Picbox:Picbox是一个轻量级(5KB左右)的JavaScript 功能大图像的自动调整大小和缩放,让他们在浏览器中,以适应或查看全尺寸的图像浏览器。 [...]

  103. 优秀jQuery插件 | Laofs.com【老粉丝】 Says:

    [...] 3)Picbox:Picbox是一个轻量级(5KB左右)的JavaScript 功能大图像的自动调整大小和缩放,让他们在浏览器中,以适应或查看全尺寸的图像浏览器。 [...]

  104. Brittaney Banahan Says:

    thanks a lot mate..

  105. Nulled Scripts Says:

    I’ll right away grab your rss as I can not find your e-mail subscription hyperlink or e-newsletter service. Do you’ve any? Kindly allow me understand so that I may subscribe. Thanks.

  106. artykuły o informatyce Says:

    Fantastic beat ! I wish to apprentice while you amend your site, how could i subscribe for a blog website? The account helped me a applicable deal. I have been a little bit familiar of this your broadcast provided vibrant transparent idea

  107. fitnessmachineguy Says:

    Thanks for your publish. My spouse and i have usually noticed that most people are desirous to lose weight since they wish to show up slim and attractive. Nonetheless, they do not generally realize that there are many benefits to losing weight as well. Doctors state that over weight people are afflicted with a variety of conditions that can be directly attributed to their own excess weight. Thankfully that people that are overweight as well as suffering from various diseases can reduce the severity of their illnesses by simply losing weight. It is easy to see a continuous but identifiable improvement in health when even a minor amount of weight loss is obtained.

  108. 画像エフェクト系 jQuery プラグイン | BASE STAFF BLOG Says:

    [...] PICBOX / ダイナミックに表示。画像もドラッグで移動できます [...]

  109. norida Says:

    I am really happy to read this webpage posts which carries tons of useful information, thanks for providing such statistics.

  110. polaris atv parts Says:

    Wow, marvelous blog format! How lengthy have you been running a blog for? you made blogging glance easy. The entire look of your web site is magnificent, let alone the content material!

  111. how to get a life Says:

    cool many thanks for Reisadvies sharing! btw are there feeds to your blog? Let me add these to my reader Finnaly i discovered your postkeep blogging Damn ! I simply found a blunder in your website! Check if css is managed right!

  112. keyboardpianoelectronic Says:

    Fantastic blog $author||I really love your blog.

  113. reward zone mastercard Says:

    Sites we Like……

    [...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]……

  114. best life insurance Says:

    Blogs you should be reading…

    [...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]……

  115. adultfriendfinder.com review Says:

    Really like your blog. The lord bless I ran across you. Made an effort to enroll, but it surely seems that your form is presenting issues.

  116. Lorenzo Mcgurie Says:

    I was very pleased to find this web-site.I wanted to thanks for your time for this wonderful read!! I definitely enjoying every little bit of it and I have you bookmarked to check out new stuff you blog post.

    Can I just say what a relief to find someone who actually knows what theyre talking about on the internet. You definitely know how to bring an issue to light and make it important. More people need to read this and understand this side of the story. I cant believe youre not more popular because you definitely have the gift.

    very nice post, i certainly love this website, keep on it

    It�s hard to find knowledgeable people on this topic, but you sound like you know what you�re talking about! Thanks

    You should take part in a contest for one of the best blogs on the web. I will recommend this site!

    An interesting discussion is worth comment. I think that you should write more on this topic, it might not be a taboo subject but generally people are not enough to speak on such topics. To the next. Cheers

    Hello! I just would like to give a huge thumbs up for the great info you have here on this post. I will be coming back to your blog for more soon.

    This really answered my problem, thank you!

    There are some interesting points in time in this article but I don�t know if I see all of them center to heart. There is some validity but I will take hold opinion until I look into it further. Good article , thanks and we want more! Added to FeedBurner as well

    you have a great blog here! would you like to make some invite posts on my blog?

    When I originally commented I clicked the -Notify me when new comments are added- checkbox and now each time a comment is added I get four emails with the same comment. Is there any way you can remove me from that service? Thanks!

    The next time I read a blog, I hope that it doesnt disappoint me as much as this one. I mean, I know it was my choice to read, but I actually thought youd have something interesting to say. All I hear is a bunch of whining about something that you could fix if you werent too busy looking for attention.

    Spot on with this write-up, I truly think this website needs much more consideration. I�ll probably be again to read much more, thanks for that info.

    Youre so cool! I dont suppose Ive read anything like this before. So nice to find somebody with some original thoughts on this subject. realy thank you for starting this up. this website is something that is needed on the web, someone with a little originality. useful job for bringing something new to the internet!

    I�d have to check with you here. Which is not something I usually do! I enjoy reading a post that will make people think. Also, thanks for allowing me to comment!

    This is the right blog for anyone who wants to find out about this topic. You realize so much its almost hard to argue with you (not that I actually would want�HaHa). You definitely put a new spin on a topic thats been written about for years. Great stuff, just great!

    Aw, this was a really nice post. In idea I would like to put in writing like this additionally � taking time and actual effort to make a very good article� but what can I say� I procrastinate alot and by no means seem to get something done.

    I�m impressed, I must say. Really rarely do I encounter a blog that�s both educative and entertaining, and let me tell you, you have hit the nail on the head. Your idea is outstanding; the issue is something that not enough people are speaking intelligently about. I am very happy that I stumbled across this in my search for something relating to this.

    Oh my goodness! an amazing article dude. Thank you However I am experiencing issue with ur rss . Don�t know why Unable to subscribe to it. Is there anyone getting identical rss problem? Anyone who knows kindly respond. Thnkx

    WONDERFUL Post.thanks for share..more wait ..

    There are certainly a lot of details like that to take into consideration. That is a great point to bring up. I offer the thoughts above as general inspiration but clearly there are questions like the one you bring up where the most important thing will be working in honest good faith. I don?t know if best practices have emerged around things like that, but I am sure that your job is clearly identified as a fair game. Both boys and girls feel the impact of just a moment�s pleasure, for the rest of their lives.

    An impressive share, I just given this onto a colleague who was doing a little analysis on this. And he in fact bought me breakfast because I found it for him.. smile. So let me reword that: Thnx for the treat! But yeah Thnkx for spending the time to discuss this, I feel strongly about it and love reading more on this topic. If possible, as you become expertise, would you mind updating your blog with more details? It is highly helpful for me. Big thumb up for this blog post!

    After study a few of the blog posts on your website now, and I truly like your way of blogging. I bookmarked it to my bookmark website list and will be checking back soon. Pls check out my web site as well and let me know what you think.

    Your place is valueble for me. Thanks!�

    This web site is really a walk-through for all of the info you wanted about this and didn�t know who to ask. Glimpse here, and you�ll definitely discover it.

    There is noticeably a bundle to know about this. I assume you made certain nice points in features also.

    You made some decent points there. I looked on the internet for the issue and found most individuals will go along with with your website.

    Nice post. I learn something more challenging on different blogs everyday. It will always be stimulating to read content from other writers and practice a little something from their store. I�d prefer to use some with the content on my blog whether you don�t mind. Natually I�ll give you a link on your web blog. Thanks for sharing.

    I discovered your blog site on google and check a few of your early posts. Continue to keep up the very good operate. I just additional up your RSS feed to my MSN News Reader. Seeking forward to reading more from you later on!�

    I am often to blogging and i really appreciate your content. The article has really peaks my interest. I am going to bookmark your site and keep checking for new information.

  117. Malcom Molsan Says:

    I was very pleased to find this web-site.I wanted to thanks for your time for this wonderful read!! I definitely enjoying every little bit of it and I have you bookmarked to check out new stuff you blog post.

    Can I just say what a relief to find someone who actually knows what theyre talking about on the internet. You definitely know how to bring an issue to light and make it important. More people need to read this and understand this side of the story. I cant believe youre not more popular because you definitely have the gift.

    very nice post, i certainly love this website, keep on it

    It�s hard to find knowledgeable people on this topic, but you sound like you know what you�re talking about! Thanks

    You should take part in a contest for one of the best blogs on the web. I will recommend this site!

    An interesting discussion is worth comment. I think that you should write more on this topic, it might not be a taboo subject but generally people are not enough to speak on such topics. To the next. Cheers

    Hello! I just would like to give a huge thumbs up for the great info you have here on this post. I will be coming back to your blog for more soon.

    This really answered my problem, thank you!

    There are some interesting points in time in this article but I don�t know if I see all of them center to heart. There is some validity but I will take hold opinion until I look into it further. Good article , thanks and we want more! Added to FeedBurner as well

    you have a great blog here! would you like to make some invite posts on my blog?

    When I originally commented I clicked the -Notify me when new comments are added- checkbox and now each time a comment is added I get four emails with the same comment. Is there any way you can remove me from that service? Thanks!

    The next time I read a blog, I hope that it doesnt disappoint me as much as this one. I mean, I know it was my choice to read, but I actually thought youd have something interesting to say. All I hear is a bunch of whining about something that you could fix if you werent too busy looking for attention.

    Spot on with this write-up, I truly think this website needs much more consideration. I�ll probably be again to read much more, thanks for that info.

    Youre so cool! I dont suppose Ive read anything like this before. So nice to find somebody with some original thoughts on this subject. realy thank you for starting this up. this website is something that is needed on the web, someone with a little originality. useful job for bringing something new to the internet!

    I�d have to check with you here. Which is not something I usually do! I enjoy reading a post that will make people think. Also, thanks for allowing me to comment!

    This is the right blog for anyone who wants to find out about this topic. You realize so much its almost hard to argue with you (not that I actually would want�HaHa). You definitely put a new spin on a topic thats been written about for years. Great stuff, just great!

    Aw, this was a really nice post. In idea I would like to put in writing like this additionally � taking time and actual effort to make a very good article� but what can I say� I procrastinate alot and by no means seem to get something done.

    I�m impressed, I must say. Really rarely do I encounter a blog that�s both educative and entertaining, and let me tell you, you have hit the nail on the head. Your idea is outstanding; the issue is something that not enough people are speaking intelligently about. I am very happy that I stumbled across this in my search for something relating to this.

    Oh my goodness! an amazing article dude. Thank you However I am experiencing issue with ur rss . Don�t know why Unable to subscribe to it. Is there anyone getting identical rss problem? Anyone who knows kindly respond. Thnkx

    WONDERFUL Post.thanks for share..more wait ..

    There are certainly a lot of details like that to take into consideration. That is a great point to bring up. I offer the thoughts above as general inspiration but clearly there are questions like the one you bring up where the most important thing will be working in honest good faith. I don?t know if best practices have emerged around things like that, but I am sure that your job is clearly identified as a fair game. Both boys and girls feel the impact of just a moment�s pleasure, for the rest of their lives.

    An impressive share, I just given this onto a colleague who was doing a little analysis on this. And he in fact bought me breakfast because I found it for him.. smile. So let me reword that: Thnx for the treat! But yeah Thnkx for spending the time to discuss this, I feel strongly about it and love reading more on this topic. If possible, as you become expertise, would you mind updating your blog with more details? It is highly helpful for me. Big thumb up for this blog post!

    After study a few of the blog posts on your website now, and I truly like your way of blogging. I bookmarked it to my bookmark website list and will be checking back soon. Pls check out my web site as well and let me know what you think.

    Your place is valueble for me. Thanks!�

    This web site is really a walk-through for all of the info you wanted about this and didn�t know who to ask. Glimpse here, and you�ll definitely discover it.

    There is noticeably a bundle to know about this. I assume you made certain nice points in features also.

    You made some decent points there. I looked on the internet for the issue and found most individuals will go along with with your website.

    Nice post. I learn something more challenging on different blogs everyday. It will always be stimulating to read content from other writers and practice a little something from their store. I�d prefer to use some with the content on my blog whether you don�t mind. Natually I�ll give you a link on your web blog. Thanks for sharing.

    I discovered your blog site on google and check a few of your early posts. Continue to keep up the very good operate. I just additional up your RSS feed to my MSN News Reader. Seeking forward to reading more from you later on!�

    I am often to blogging and i really appreciate your content. The article has really peaks my interest. I am going to bookmark your site and keep checking for new information.

  118. Thomasina Gorrell Says:

    Wonderful paintings! This is the type of information that should be shared across the internet. Disgrace on Google for now not positioning this submit upper! Come on over and visit my website . Thanks =)

  119. jupnnpe Says:

    write it very clean. I am very lucky to get this tips from you.|very good information you write it very clean. I’m very lucky to get this information from

  120. bumper scuff repair Says:

    Its such as you read my thoughts! You appear to understand so much approximately this, such as you wrote the guide in it or something. I think that you just could do with some percent to force the message house a bit, but other than that, this is great blog. A great read. I’ll definitely be back.

  121. strong dc Says:

    Great paintings! That is the type of info that are supposed to be shared around the net. Disgrace on Google for not positioning this publish higher! Come on over and consult with my website . Thank you =)

  122. Haichal Says:

    wallpaper…

    below are some links I found useful…

  123. birmingham accident lawyer Says:

    Gems form the internet…

    [...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]……

  124. sleepy Says:

    I used picbox for WordPress. Upgraded WordPress to version 3.3.1 lately and scrolling stopped working :( (( Can something be done about that?

  125. DJ Academy Says:

    Websites worth visiting…

    [...]here are some links to sites that we link to because we think they are worth visiting[...]……

  126. Sachin Jagtap,Manmad Says:

    Hey thank u for this light bix, thank u very very much… sir…….

  127. geadcaslestwa Says:

    If You have some free time, you can visit these forums:

    Hosting forum – TopHostingForum.com
    Gaming forum – CellyForum.com
    Health forum – ForumHealth.net

  128. Bradly Wynn Says:

    You are truly a excellent webmaster. The website loading speed is incredible. It sort of feels that you are doing any unique trick. Also, The contents are masterpiece. you have done a great activity on this topic!

Leave a Reply

Please use the contact form for support requests and use this issue tracker to report bugs as I will be able to respond more quickly. Thanks.