Posted by Matteo Bicocchi on January 21, 2010 · 2 Comments
here is a short video of the forthcoming mb.gallery 2.0 jQuery plugin.
Filed under jquery, mb.ideas.components, video
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.
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>
Your email address will not be published. Required fields are marked *
Name *
Email *
Website
Comment
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>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Notify me of follow-up comments via email.
Notify me of site updates
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.
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>