Samantha Boqueteira Access
// Simple thumbnail‑to‑full viewer document.addEventListener('click', e => if (e.target.matches('#gallery img')) const full = e.target.dataset.full; window.open(full, '_blank');
Which would you like?
// Simple thumbnail‑to‑full viewer document.addEventListener('click', e => if (e.target.matches('#gallery img')) const full = e.target.dataset.full; window.open(full, '_blank');
Which would you like?