Fullscreen Lightbox Javascript Fullscreen Lightbox ,React Fullscreen Lightbox Vue

React Lightbox Documentation

Learn how to use the React version of Fullscreen Lightbox.

Captions

Pro feature

Captions at the bottom of the slide can be displayed with the "captions" array prop. Both elements and strings can be provided.

<FsLightbox
sources={["/Images/1.jpg", "/Images/2.jpg"]}
captions={[
<>
<h2>The first image's title.</h2>
<h3>The first image's description.</h3>
</>,
"The second caption"
]}
/>
Look over the Fullscreen Lightbox open source plug-ins.