Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

250
Views
Using zoom with Swiper JS for React

I have a slider which is rendered using map(). I need to apply zoom to an img, SwiperJS documentation for React doesn't say anything about it :( I used zoom from swiperJS modules, didn't help

const Blog = () => {
  return ( <
    <
    Swiper modules = {
      [Navigation]
    }
    slidesPerView = {
      2
    }
    spaceBetween = {
      40
    }
    navigation > {
      slideObj.map((obj) => ( <
        SwiperSlide key = {
          obj.imageUrl
        } >
        <
        img className = "blog__image "
        src = {
          obj.imageUrl
        }
        alt = "Photo" / >
        <
        div className = "blog__text" > {
          obj.discription
        } < /div> < /
        SwiperSlide >
      ))
    } <
    /Swiper> < /
  );
};

export default Blog;

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!