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

LMBQ-329: Adding Slick carousel #56

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

LMBQ-329: Adding Slick carousel #56

wants to merge 5 commits into from

Conversation

barthamark
Copy link
Member

@barthamark barthamark commented Apr 29, 2024

const $carouselArrows = $carouselContainer.find(".slickCarousel__arrows");

$carousel.on("init", () => {
// Carousel initializes elements with empty id attributes, which triggers HTML validation errors.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this always the case? Can't you add ID-s to the elements, or preventing adding the id-s?

If it's always added and there is no way to fill them up (so they will be always empty), then open an issue about this here: https://github.com/kenwheeler/slick

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants