Video download #268
-
Hi. I use yet-another-react-lightbox to display video and images and need to add download option for both of them. But download button is disabled when current slide contains video. Is there any solution ? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
igordanchenko
May 13, 2024
Replies: 1 comment
-
Video plugin uses https://yet-another-react-lightbox.com/plugins/download#Documentation |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Habil99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Video plugin uses
src
slide prop as a download URL by default. To enable Download button on video slides, you need to specifydownload
slide prop.https://yet-another-react-lightbox.com/plugins/download#Documentation