Gallery Component (No Shadow DOM)
Component Introduction
A custom Web Component for creating image galleries, supporting multiple image display, suitable for use with lightbox.
Usage
Place <img> tags inside the <gallery-no-shadow> tag, supporting any number of images.
Usage Examples
Gallery Display


HTML Code
html
<gallery-no-shadow>
<img src="/images/1.jpg" alt="Image 1">
<img src="/images/2.jpg" alt="Image 2">
</gallery-no-shadow>