You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether the gallery should cycle continuously or have hard stops.
My understanding would be, that wrap=false would not show a previous-button on the first image. I would further expect, that wrap=true would show a previous-button on the first image.
Currently the opposite is true: With wrap=true no previous-button is shown on the first image.
I would either change the description or change the implementation.
The text was updated successfully, but these errors were encountered:
https://peterpalau.github.io/react-bnb-gallery/#/options currently states the following:
false
My understanding would be, that
wrap=false
would not show a previous-button on the first image. I would further expect, thatwrap=true
would show a previous-button on the first image.Currently the opposite is true: With
wrap=true
no previous-button is shown on the first image.I would either change the description or change the implementation.
The text was updated successfully, but these errors were encountered: