Album Gallery has 5 different types of gallery layout. Each layout is support both pagination and infinite scroll image loading.
- Thumbnail gallery
- Hover effect gallery
- Masonry layout gallery
- Portfolio gallery
- Right content gallery
Default Gallery Infinite scroll Shortcode:
[myg_album_gallery layout="gallery" load_style="infinite" image_number="10"]
Default Gallery Pagination Shortcode:
[myg_album_gallery layout="gallery" load_style="paged" image_number="10"]
Default Thumbnail Gallery Infinite scroll Shortcode:
[myg_album_gallery layout="gallery" load_style="infinite" image_number="10" border="yes" show_social="yes" show_title="yes" show_desc="yes" padding="5px" margin="5px"]
Default Thumbnail Gallery Pagination Shortcode:
[myg_album_gallery layout="gallery" load_style="paged" image_number="10" border="yes" show_social="yes" show_title="yes" show_desc="yes" padding="5px" margin="5px"]
Right Content Gallery Infinite scroll Shortcode:
[myg_album_gallery image_number="6" layout="right_content" columns="2" load_style="infinite" show_social="yes" show_title="yes" show_desc="yes" padding="10px"]
Right Content Gallery Pagination Shortcode:
[myg_album_gallery image_number="6" layout="right_content" columns="2" load_style="paged" show_social="yes" show_title="yes" show_desc="yes" padding="10px"]
Hover Effect Gallery Infinite scroll Shortcode:
[myg_album_gallery image_number="10" layout="hover_content" columns="6" load_style="infinite" show_social="yes" show_title="yes"]
Hover Effect Gallery Pagination Shortcode:
[myg_album_gallery image_number="10" layout="hover_content" columns="6" load_style="paged" show_social="yes" show_title="yes"]
Portfolio pagination:
[myg_album_gallery layout="portfolio" show_title ="yes" show_desc="yes" show_social="no"]
Portfolio Infinite Scroll:
[myg_album_gallery layout="portfolio" image_number="6" columns="3" load_style="infinite" show_title ="yes" show_desc="yes" show_social="yes"]
Some other usefull shortcode conditions:
To get all the shortcode please import the xml file added to the Album Gallery-main.zip file.
Default Gallery by single or multiple id or only [myg_album_gallery]
to display all:
[myg_album_gallery id="150,114"] or [myg_album_gallery]
Some other example with border, padding, margin, style
[myg_album_gallery layout="gallery" load_style="infinite" image_number="10" border="yes" show_social="yes" show_title="no" show_desc="no" margin="5px" style_css="background-color:#eaeaea;"]