least.js

Random & Responsive jQuery, HTML 5 & CSS3 Gallery with LazyLoad

How to install

One.

Download least.js or view the Code on

Two.

Insert the following code before end of -tag.








three.

Insert the following code right after the -tag.

four.

Now you need to call the plugin with your Gallery ID (default - #gallery).

$(document).ready(function(){
    $('#gallery').least();
});

options:

You can use the following default options:

'random': true/false (default to true)
'lazyload': true/false  (default to true)
'scrollToGallery': true/false (default to true)

changelog:

V.1.5 (03. July 2013)

» Newtest LazyLoad library (1.8.4)
» Newtest jQuery library (2.0.1)
» LazyLoad loading bugfix

V.1.4 (26. June 2013)

» Added image loader

V.1.3 (19. June 2013)

» Added a new option "scrollToGallery"
» New pictures

V.1.2 (06. June 2013)

» Transformation to a jQuery Plugin by Jorge Epuñan - @csslab
» Adding Changelog
» Some small Bugfixes

V.1.1 (30. April 2013)

» Changing file ending from .less to .scss
» Smaler Download
» Cleanup .js and .scss files
» Adding ReadMe file
» Some small Bugfixes

Done!