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
We really love you extensions of Owl Carousel thanks for your time and effort. Our developers found out a bug in the code which is annoying for the user experience. This is the situation:
When you click on the thumbnail that already is active (e.g. double click on the thumbnail) the last thumbnail of the carousel will become active, instead of the one you double-clicked on. The same thing happens when you click not on a specific thumbnail but inside of the owl-thumbs division. The last thumbnail of the carousel will become active instead of that nothing will happen.
This is how we adjust your code. if ( $( e.target ).index() === 2) { //only change image if thumbnail is not active already
We apply this if statement around options.thumbsPrerendered.
Maybe you can look into this to make your library even better and more user-friendly. If there is anything we can help you with. Let me know.
All the best,
Jordy
The text was updated successfully, but these errors were encountered:
Hi,
We really love you extensions of Owl Carousel thanks for your time and effort. Our developers found out a bug in the code which is annoying for the user experience. This is the situation:
When you click on the thumbnail that already is active (e.g. double click on the thumbnail) the last thumbnail of the carousel will become active, instead of the one you double-clicked on. The same thing happens when you click not on a specific thumbnail but inside of the owl-thumbs division. The last thumbnail of the carousel will become active instead of that nothing will happen.
This is how we adjust your code.
if ( $( e.target ).index() === 2) {
//only change image if thumbnail is not active alreadyWe apply this if statement around
options.thumbsPrerendered
.Maybe you can look into this to make your library even better and more user-friendly. If there is anything we can help you with. Let me know.
All the best,
Jordy
The text was updated successfully, but these errors were encountered: