Lightbox Demo
Written by on

Lightbox Demo
This page demonstrates how to use lightbox functionality in your Jekyll posts.
Single Image Example
Click on the image below to see it in lightbox:
Usage Instructions
To use lightbox in your posts, use this markdown format:
[](/path/to/full-image.jpg){:data-lightbox="gallery-name" data-title="Image Caption"}
Key Points:
- Use thumbnails for better page load performance
- Group related images using the same
data-lightboxvalue - Add descriptive captions using
data-title - Ensure your image paths are correct


Comments