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
Styling the default controls is not as straightforward as it could be. It would be good if there were some options in the JS setup to have custom icons/images.
My solution in F5 was to create new completely separate buttons (".next-slide" and ".prev-slide"), and then trigger the existing functionality with some JS overrides as follows:
Styling the default controls is not as straightforward as it could be. It would be good if there were some options in the JS setup to have custom icons/images.
My solution in F5 was to create new completely separate buttons (".next-slide" and ".prev-slide"), and then trigger the existing functionality with some JS overrides as follows:
Then use some CSS to hide the built in controls:
The text was updated successfully, but these errors were encountered: