NYSoftTech Multiple Image Gallery lets you add and manage multiple images for posts, pages, and selected public custom post types.
Images can be added through the WordPress Media Library, removed, and reordered using drag and drop.
The plugin provides a flexible shortcode for displaying image galleries anywhere WordPress shortcodes are supported.
Multiple gallery layouts, image sizes, columns, captions, spacing, and optional lightbox effects make it easy to create responsive image galleries.
Display the gallery using:
[nysmig_gallery]
The following attributes are supported:
Basic gallery:
[nysmig_gallery]
Grid layout:
[nysmig_gallery layout=”grid”]
Masonry layout:
[nysmig_gallery layout=”masonry”]
Slider layout:
[nysmig_gallery layout=”slider”]
Four columns:
[nysmig_gallery layout=”grid” columns=”4″]
Large images:
[nysmig_gallery size=”large”]
Enable lightbox:
[nysmig_gallery lightbox=”true”]
Complete example:
[nysmig_gallery layout=”grid” columns=”3″ size=”large” lightbox=”true”]