mb.gallery 2.0, next on pupunzi.com

here is a short video of the forthcoming mb.gallery 2.0 jQuery plugin.

Comments
2 Responses to “mb.gallery 2.0, next on pupunzi.com”
  1. p fung says:

    Please change the way images are specified. By putting both full size and thumbnail in tags make a page taking a long time to load.

    A common way to specify images that seems to work well and degrade nicely is:

    Using tag avoids full size image to load. So if a user does invoke the image viewer, no full size image is loaded.

    To speed up image loading, a preloader can start loading other images immediately after the first full size image is loaded.

  2. p fung says:

    Sorry, HTML tags are not show properly in the above. Here you go again:

    <a href=”full-size-image.jpg”><img src=”thumb-nail-image.jpg”></a>

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>