Gallery Images
Creating a lightbox gallery is super easy! Just use the built in WordPress gallery and wrap it in [thumb_gallery]
shortcode tags…
- 1.
[lightbox_gallery hover_zoom="true"]
- 2.
[gallery]
- 3.
[/lightbox_gallery]
Chang Liu, Vinoth Chandar, Jonathan Kos-Read, Kris Krug, M31, Mo Riza
Carousel Gallery
To create a Carousel Gallery, create a gallery like normal, then wrap it with the [carousel_gallery]
shortcode:
- 1.
[carousel_gallery]
- 2.
[gallery ids="38,26,35,41,15"]
- 3.
[/carousel_gallery]
Slider Gallery
Creating a slider gallery is just as easy! Simply use the built in WordPress gallery and just wrap it in [slider_gallery]
shortcode tags, like this:
- 1.
[slider_gallery crop="false"]
- 2.
[gallery ids="38,26,35,41,15"]
- 3.
[/slider_gallery]