Matteo Bicocchi's Blog

mb.ideas.repository

mb.gallery 2.0, next on pupunzi.com

with 2 comments

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

Written by Matteo Bicocchi

21/01/2010 at 9:19 pm

2 Responses

Subscribe to comments with RSS.

  1. 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.

    p fung

    23/02/2010 at 8:14 am

  2. 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>

    p fung

    23/02/2010 at 8:18 am


Leave a Reply