Display Album Covers in Carousel
Simply display your Google Photo Album covers in a carousel using the shortcode below.
[cws_gpp_albums_gphotos access=own theme=grid results_page=results-grid show_title=1 show_details=1 num_results=10 fx=style3 hide_albums='Auto Backup,Profile Photos' album_thumb_size='200']
Hover Effects
The hover effects are defined by the fx=style1
option. Current possible values are fx=style1
, fx=style2
or fx=style3
Displaying Images in Album
To display the images within the clicked album you must use a second shortcode [cws_gpp_images_in_album_gphotos]
on another page, and use the slug from that second page in results_page
option.
Control Display of Title and Details
The album title and details can be hidden using options show_title=0
and show_details=0
respectively.
Carousel Settings
Navigation dots can be enabled or disabled using options dots=1
and dots=0
respectively.
Navigation arrows can be enabled or disabled using options arrows=1
and arrows=0
respectively.
Number of slides to show can be set using option slidestoshow=3
.
Number of slides to scroll can be set using option slidestoscroll=1
.
The carousel can be set to autoplay by using option autoplay=1
.