Extends the [gallery] shortcode to add a masonry style display option.
This plugin allows you to apply a masonry style display to a gallery of images. The plugin extends the core [gallery] shortcode by adding a “type” attribute so that you can choose this masonry presentation on a gallery by gallery basis.
The PhotoPress team does not provide support for this plugin on the WordPress.org forums. One on one email support is available to users that purchase one of our Premium Support Plans.
For more information on ways to use PhotoPress and other plugins to build a photpgraphy website check out the WordPress For Photographers e-Book.
Display a gallery of images in a masonry style:
[gallery type="masonry"]
/wp-content/plugins/
directory[gallery type="masonry"]
./wp-content/plugins/
directory[gallery type="masonry"]
.You need this plugin if you want to display an image gallery using a masonry style on a case by case basis.
Hide galery images while they are loading so that bricks don’t jump around.
Fixing rendering bug on Safari.
Overwriting WP default imageLoaded script.
Fixing bugs with imagesLoaded lib that would cause images to stack.
Adding check for web page to be ready before calculating masonry.
Added proper centering and item padding
fixes image loading race condition
Clarifying install instructions so that it’s clear thatthis plugin is dependant on PhotoPress Gallery.
Removing duplicate masonry js file as plugin comes standard as of WP 3.9.
Initial version of plugin.