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
Is it possible to hide Prev/Next buttons when the slide reaches the first/last image?
By hiding these buttons we let know the visitor it is the end of the slide. I am not using loops because this feature creates confusion. Not all people realize when is the end of a slide.
The text was updated successfully, but these errors were encountered:
You can write a little code to compare getCurrentSlideCount() against getTotalSlideCount(). If they are equal that means the last slide is reached. If getCurrentSlideCount() = 1 then that pretty much tells you that it's the first slide.
Is it possible to hide Prev/Next buttons when the slide reaches the first/last image?
By hiding these buttons we let know the visitor it is the end of the slide. I am not using loops because this feature creates confusion. Not all people realize when is the end of a slide.
The text was updated successfully, but these errors were encountered: