Back
AvalynxLightbox example image

AvalynxLightbox example image

AvalynxLightbox example image

Simple example of the AvalynxLightbox. Click on the image to see the lightbox.
Pictures by Pexels THANK YOU!

Source of exampleCopy to clipboard


new AvalynxLightbox('.avalynx-lightbox', {
    closeable: true,
    closeOnClickOutside: true,
    opacity: 80,
    zIndex: 1500,
    onClose: () => console.log('Lightbox closed')
}, {
    closeButtonLabel: 'Close'
});
	
AvalynxLightbox on GitHub Avalynx on GitHub