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"]
The shortcode can be used to displays a number of selected images, saved in WordPress or from external sources. The gallery design is modern and can multiply number of columns used to increase the images displayed. Each column can hold 2 images. Above example displays a 3 column image gallery with 6 images.

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.