Album Gallery free version has single type of gallery with 2-6 column layout. Free version only support pagination and Pro version support infinite scroll image loading.
- 2 Column
- 3 Column
- 4 Column
- 5 Column
- 6 Column
Default Gallery by album ID:
[myg_album_gallery id="20, 30" layout="gallery" columns="4"]
If you want to load gallery for specific album you can pass id number. You can add single or multiple album id seperated by comma(,). Column number can be between 2 to 6. Default is 4. All album image will be loaded.
All album Gallery with Pagination Shortcode:
[myg_album_gallery layout="gallery" columns="4" image_number="10"]
If you want to load all images regardless of Album then skip id attribute. Column number can be between 2 to 6. Default is 4. image_number is the number of image will be loaded per page.