ui icon indicating copy to clipboard operation
ui copied to clipboard

Thumbs slide class overriding not working

Open AlexanderMatveev opened this issue 9 months ago • 0 comments

Describe the bug

Class not overriding

Reproduction

new Carousel(el, {
        Dots: false,
        Thumbs: {
            type: "classic",
            classes: {
                track: "f-thumbs__track", // this override works
                slide: "f-thumbs__slide myclass", // this override ignored
            }
        },
    },
    {Thumbs}
);

Additional context

No response

AlexanderMatveev avatar Jan 15 '25 19:01 AlexanderMatveev