79527340

Date: 2025-03-22 11:15:49
Score: 1
Natty:
Report link
<Swiper>
  <SwiperSlide>
    {({ isActive }) => (
      <Image src={isActive && "your src source"} />
    )}
  </SwiperSlide>
</Swiper>

with this usage, you can optimize your images.
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: huseyin topuz