I have used "scale-105" of the tailwind CSS class inside the "SwiperSlide" first div. In my case, it is working smoothly.
Here is an example,
<SwiperSlide className="swiper-slide">
<div className="scale-105">
<img src={img} alt="" className="w-full object-cover" />
</div>
</SwiperSlide>