You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable users to provide either selectors for container and/or slides, or passing HTML elements directly. For example, in some cases, users might want to put elements inside the slide container that aren't slides, like template elements or similar. At the time of writing, this breaks the carousel.
// HTML element approachconstemblaApi=EmblaCarousel(rootNode,{container: document.querySelector('.embla__container'),slides: document.querySelectorAll('.embla__slide'),});
Feature request is related to
Is your feature request related to an issue?
Describe the solution you'd like
Examples
...or
Types
The text was updated successfully, but these errors were encountered: