Skip to content

Instantly share code, notes, and snippets.

View artursopelnik's full-sized avatar

Artur Sopelnik artursopelnik

View GitHub Profile
---
import 'glightbox/dist/css/glightbox.css'
const { files, dir, id } = Astro.props
---
<section class="glightbox-images" id={`gallery-${id || 1}`}>
{
files.map((f) => (
<a