Get started with jquery.photocols CDN
MIT licensed
JQuery.hotkeys is a lightweight plugin for handling keyboard shortcuts in jQuery projects.
Tags:- jquery.photocols
Stable version
Copied!
How to start using jquery.photocols CDN
$(document).ready(function() {
// Assuming you have an image gallery with class 'gallery'
$('.gallery').photocols({
// Options
columns: 3, // Number of columns
gutter: 10, // Pixel width of gutter between columns
equalHeight: true // Set this to true if you want all columns to have equal height
});
});
Copied!