79435050

Date: 2025-02-13 04:21:45
Score: 1
Natty:
Report link

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>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Manik Islam