Image Gallery
The Image Gallery shortcode for WordPress can be used to display an image gallery within post or page content. The gallery showcases a modern design, with interactive effects and customization on number of columns and images included. Check below for example implementations and shortcode documentation:
Image Gallery Examples
×
Image Gallery Shortcodes
Image Gallery Shortcode
[x3m-gallery image="https://x3mmedia.com/wp-content/uploads/world-clocks.jpg;https://x3mmedia.com/wp-content/uploads/news-ticker.jpg" columns="3" height="400px"]Image Gallery Documentation
Here are the shortcode option settings available for Image Gallery:
| Shortcode Settings | Details |
|---|---|
| image=”image links here” | This is used to set the link of the images desired to be displayed. When multiple images included, we use the “;” as separator between the image links. |
| columns=”3″ | This is used to set the number of columns included in the gallery. Options available are “2”, “3”, “5” or “5”. |
| height=”400px” | This is used to set the gallery container height, in pixels. |