Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

227
Vistas
How to slow down a slider script

The slider is too fast so I want to slow it down. I'm not a coder but I assume its in the sites javascript. Heres the site. http://lmbc.me/

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

I can see that the site is using Owl Carousel and the sliders are initialised in a file named custom.js

Sliders

According to the docs, I think you want to adjust the navSpeed option.

So initialisation of a slider may look like the following, making sure to adjust the navSpeed as required.

$('.owl-portfolio').owlCarousel({
  items: 4,
  loop: true,
  dots: true,
  nav: true,
  navSpeed: 1000, // ⭐️
  autoplay: true,
  margin: 30,
  responsive: {
    0: {
        items:1
    },
    700: {
        items:2
    },
    1000: {
        items:3
    },
    1600: {
        items:4
    }
  }
})
about 4 years ago · Juan Pablo Isaza Denunciar

0

You can use smartSpeed or autoplaySpeed i hope your problem is solved now in this solution

$('.owl-portfolio').owlCarousel({
  items: 4,
  loop: true,
  dots: true,
  nav: true,
  autoplayTimeout:5000,
  smartSpeed:5000,
  autoplay: true,
  margin: 30,
  responsive: {
   0: {
     items:1
   },
   700: {
     items:2
   },
   1000: {
     items:3
   },
   1600: {
    items:4
  }
 }
})
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda