Easy Gallery WordPress Plugin
Use this plugin to easily create a gallery by linking to any publicly accessible folder containing images.
Shortcode Attributes:Use these attributes to change the look of your gallery:
Attribute | Description |
---|---|
columns | Define the number of columns in your gallery. Currently supported number of columns: 1,2,3,4,6,12 |
gallery | Define the gallery name. This is necessary when you have multiple galleries on one page. |
borderwidth | Set the width of the border by number of pixels. |
borderradius | Make your borders rounded. Set the border-radius of the border by number of pixels. |
bordercolour | Make your borders any colour. Set the border-color of the border by using any colour code such as: #00ccff or rgb(0, 204, 255) or blue or hsl(192, 100%, 50%) |
imagestyles | Add your own css to style the images in the gallery. |
textstyles | Add your own css to style the file names in the gallery. |
Example Shortcode:
The example below is using this shortcode:
[nomgallery link="https://johnnybaskin.com/test-images/" columns="4" gallery="test" borderwidth="0" textstyles="text-align:center;border: 2px solid #e6ae48;border-radius: 4px;"]