page_images/ folder.
Automatically adjusts columns based on available space. Good for most use cases.
Fixed 2-column layout. Perfect for side-by-side comparisons.
Fixed 3-column layout. Good for showing multiple features.
Large, centered screenshot. Perfect for hero images or main features.
Clean gallery without text captions. Add no-caption class.
Add badges to highlight new features or versions.
Use wide, square, or portrait classes on the wrapper.
Use data-src instead of src to lazy load images.
Side-by-side comparison with labels.
Gallery with multiple screenshots that opens in lightbox viewer.
<div class="screenshot-gallery">
<div class="screenshot-item">
<div class="screenshot-img-wrapper">
<img class="screenshot-img" src="page_images/example-1.jpg" alt="Description" />
</div>
<div class="screenshot-caption">Caption text here</div>
</div>
</div>
.screenshot-gallery - Default auto-fit.screenshot-gallery.single - 1 column.screenshot-gallery.dual - 2 columns.screenshot-gallery.triple - 3 columns.screenshot-gallery.quad - 4 columns.screenshot-gallery.compact - Smaller thumbnails.screenshot-img-wrapper - Default 3:2.screenshot-img-wrapper.wide - 16:9.screenshot-img-wrapper.square - 1:1.screenshot-img-wrapper.portrait - 3:4.screenshot-item.no-caption - Hide caption.screenshot-item.featured - Larger, featured item.screenshot-badge - Badge overlay (NEW, v2.0, etc.)Include the screenshot gallery script before closing </body> tag:
<script src="screenshots.js"></script>
Follow the naming convention: [page-name]-[number].jpg
Copy one of the patterns above and replace placeholder images with your actual images.