If you’re using shortcodes to display your galleries, you can use different parameters to individually modify each gallery instance. Below is a list of available parameters.
Keep in mind that some parameters are not compatible together . For example, you cannot use both id and ids within the same shortcode, as they serve similar purposes and would conflict.
General Parameters
Parameter Description meowSet to "false" to use default WordPress gallery instead idGallery ID from the Gallery Manager idsComma-separated list of image IDs includeAlternative way to specify image IDs collectionCollection ID to display instead of a gallery layoutGallery layout: tiles, masonry, justified, square, cascade, horizontal, carousel, map sizeImage size to use (e.g., large, medium, thumbnail) linkLink behavior: attachment, media, file, or null captionsCaption display: none or other values animationAnimation type for images custom-classCustom CSS class for the gallery alignAlignment (adds align{value} class)
Ordering
Parameter Description orderby / order_byField to order by orderSort direction: asc or desc
Posts Mode
Parameter Description postsComma-separated post IDs (uses featured images) latest_postsNumber of latest posts to fetch heroEnable hero display mode for posts
Layout-Specific Parameters
Tiles
Parameter Description gutterSpace between tiles densityTile density: low, medium, high
Masonry
Parameter Description gutterSpace between images columnsNumber of columns
Justified
Parameter Description gutterSpace between images row-heightTarget row height in pixels
Square
Parameter Description gutterSpace between images columnsNumber of columns
Cascade
Parameter Description gutterSpace between images
Horizontal
Parameter Description gutterSpace between images image_heightImage height in pixels hide_scrollbarHide the scrollbar
Carousel
Parameter Description gutterSpace between slides image_heightImage height in pixels arrow_nav_enabledShow arrow navigation dot_nav_enabledShow dot navigation keep-aspect-ratioMaintain image aspect ratio
Map
Parameter Description gutterSpace between elements map_heightMap height in pixels