/* jgdGalleryMaker */ .jgd-gallery { margin: 0 auto; } .square.jgd-gallery { display: grid; justify-content: center; } .jgd-gallery figure { margin: 0; } .jgd-gallery__image { display: block; max-width: 100%; object-fit: cover; } .padding-24 { padding: 24px 0; } .padding-48 { padding: 48px 0; } .padding-72 { padding: 72px 0; } .padding-96 { padding: 96px 0; } /* */
Image widths are approximate and vary per each gallery style.
For instance, square galleries have an exact fixed width, while the Vertical Order Masonry gallery has a fluid width that becomes fixed when the parent container can fit the total number of columns.
The Gallery Options section features different styles for the gallery tiles.
Vertical Order Masonry- A masonry pattern with alternating heights, displaying images from top to bottom, left to right.
This style works best inside of a full width web page.
Just below the gallery, you can copy and paste the generated HTML and CSS to use in your projects.
jgdGalleryMaker only generates an HTML snippet to be used inside an existing web page.
jgdGalleryMaker stores information to the brower's local storage. This information is used for the purposes of remembering a previously created gallery.
The information consists of the image URLs and stored settings, such as image sizes, etc.
Removing the gallery clears the local storage settings.
* It is highly advised to only add images to your gallery that you own or have permission to use.