This is a (multiple allowed):
Using demo from gallery with Thumbs and 2 way control (http://idangero.us/swiper/demos/300-thumbs-gallery.html) selected centeredslides as false it doesnt work as expected
Normal function with thumbs aligned to left.
It fail when click on last thumbs.
Having the same issue. It is totally broken when there is only few slides on the page and thumbs fits on a screen.
same here!
Same here.
Same here! Would love to see a fix
+1
+1. solution - use Slick Slider
Slick slider uses jQuery, that's why I wanted to use this library. Using Flickity now, does the job too.
replaced native controller functionality with click handler on thumb slider:
on: {
click: function (event) {
if (galleryThumbs.clickedIndex !== undefined) {
galleryTop.slideTo(galleryThumbs.clickedIndex);
}
}
}
+1 for @alesak solution
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
any news about the issue?
Try using Flickity, does the same thing and doesn't use jquery.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
please fix the issue, dont want to move to an other library
This is a big issue. We have to do a lot of workaround to achieve centeredSlides: false along with other behavior we might need to implement.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one.
Most helpful comment
This is a big issue. We have to do a lot of workaround to achieve
centeredSlides: falsealong with other behavior we might need to implement.