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

135
Views
React Slick dots doesnt show

I using slick slider but even i add dots:true i cant see dots on my screen.

My settings :

 const settings = {
    dots: true,
    customPaging: function (i) {
      return <LazyLoadImage src={productDetails.Images[i]} />; //I want image as a dot. (even i make it simple text its still doesnt show.)
    },
    dotsClass: "slick-dots slick-thumb",
    infinite: true,
    speed: 500,
    slidesToShow: 1,
    slidesToScroll: 1,
  };

I installed react-slick and slick-carousel too. I import css and Slider like :

import Slider from "react-slick";
import "slick-carousel/slick/slick.css";
import "slick-carousel/slick/slick-theme.css";

But it doesnt work. What can i do? Thanks for all responses!

Edit: I dont have overflow:hidden

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You pass just a string to an src attribute. Add a colon before it

<LazyLoadImage :src={productDetails.Images[i]}
about 4 years ago · Juan Pablo Isaza Report
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!