Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 463 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 463 Bytes

RB Block-gallery

ver. 0.5 beta

JQuery plugin that creates gallery from images (and optionally) text blocks, placed in equal rectangular block.

What you need

You need jQuery and bootstrap.

How to use

$('#gallery').RBblockGallery();

Options

  • columns - number of columns (default: 3)
  • preloader - turn on or off a preloader (default: false)
  • preloaderPath - path to your preloader image (default: ../images/rbpreloader.gif)