Relative Content

Tag Archive for javascriptvue.jsvuejs3nuxt.jsswiper.js

Implementing SwiperJs Thumb Gallery In Nuxt 3

I’m working on a Nuxt 3 project and trying to implement a SwiperJS thumbs gallery – https://swiperjs.com/demos#thumbs-gallery. I want the thumbnails to synchronize with the main slider so that selecting a thumbnail updates the main image, and vice versa. Right now I can only swipe them separately. Additionally, I want to be able to click on a thumbnail to make the corresponding image appear in the main slider.