Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thumbs slide class overriding not working #719

Open
AlexanderMatveev opened this issue Jan 15, 2025 · 0 comments
Open

Thumbs slide class overriding not working #719

AlexanderMatveev opened this issue Jan 15, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@AlexanderMatveev
Copy link

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 AlexanderMatveev added the needs triage This issue has not been triaged by maintainers label Jan 15, 2025
@fancyapps fancyapps added enhancement New feature or request and removed needs triage This issue has not been triaged by maintainers labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants