Is there any customization for image source that is not available? #106
-
Hi, thanks for creating this awesome package. If the image source is broken or unavailable, is there any way to customize the output? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
igordanchenko
Apr 17, 2023
Replies: 1 comment 1 reply
-
You can customize this icon with the <Lightbox
render={{
iconError: () => ...
}}
// ...
/> |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
igordanchenko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can customize this icon with the
render.iconError
: