M
M
Maxim2017-05-19 12:21:00
JavaScript
Maxim, 2017-05-19 12:21:00

How to add arrows to slick slider?

How to add arrows to slick slider?
Here is the JS code:

$(document).ready(function () {
    $('.slider__inner').slick({
        infinite: true,
        slidesToShow: 1,
        slidesToScroll: 1,
        dots: true,
        dotsClass: "slider__dots-wrapper",
        prevArrow: "slider__arrow--to-left",
        nextArrow: "slider__arrow--to-right",
        speed: 600,
        fade: true,
        cssEase: 'linear'
    });
    });

silencer.website/3d Here is a link to the site
PS It was not possible to fill in the code pen.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artur Karapetyan, 2017-05-19
@architawr

Documentation to help

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question