Is it possible to implement rest image counter overlay in the last image? #170
Answered
by
igordanchenko
shakilAhmed50
asked this question in
Q&A
-
Lets say i have total 20 images. But initially i want to keep 10 images visible and in the last image there will be an overlay indicating remaining number of images. I have attached an image as an example. Can we do this is react photo album? |
Beta Was this translation helpful? Give feedback.
Answered by
igordanchenko
Jun 9, 2024
Replies: 1 comment
-
You can definitely implement this feature with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
igordanchenko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can definitely implement this feature with
renderPhoto
function. Please take a look at the example here.