Posted by Matteo Bicocchi on 21/01/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>
Fill in your details below or click an icon to log in:
You are commenting using your WordPress.com account. ( Log Out / Change )
You are commenting using your Twitter account. ( Log Out / Change )
You are commenting using your Facebook account. ( Log Out / Change )
Connecting to %s
Notify me of follow-up comments via email.
Notify me of new posts via email.
Get every new post delivered to your Inbox.
Join 133 other followers
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>