mb.gallery 2.0, next on pupunzi.com
here is a short video of the forthcoming mb.gallery 2.0 jQuery plugin.
here is a short video of the forthcoming mb.gallery 2.0 jQuery plugin.
Subscribing the "Pupunzi newsletter" you'll be staying on top of the most recent Pupunzi's developments. More or less one email per month that informs you about latest updates, works in progress, new releases.
So, keep in touch!
We can make a difference.
Contact us if you want to know how
Search for answers or add your issue on GitHub
Copyright © 2019 Pupunzi
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>
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.