David Jerleke

Results 118 comments of David Jerleke

@richgcook thank you for the additional details. People seem to run this problem every now and then so I'm going to consider creating a feature request suggesting to add this...

Hi again @richgcook, If you add the following code to your setup, does it work as expected? ```ts const observer = new MutationObserver((mutations) => { const childMutations = mutations.filter((mutation) =>...

@richgcook thank you for trying. [The following](https://github.com/davidjerleke/embla-carousel/issues/345#issuecomment-1207275452) is working with React and Svelte: Both wrappers are picking up when the slides are mapped from props and when the slide props...

Hi @richgcook, Thank you for the additional details. > We can see from the screenshot that the `scrollSnaps` and `containerRect` are returning 0 as well as the limit returning NaN....

Hi @richgcook, I'm closing this until there's a reduced test case that clearly demonstrates the problem (a CodeSandbox or similar). Because I can't debug fragments of code that are shared...

Hi Damon (@dmorda), Merry Christmas, and thank you for opening this issue šŸŽ…. About: > A way to have a scroll option for single/multiple slides Would you mind explaining what...

Hi again Damon (@dmorda), Thank you for the clarification, it helps šŸ‘. The vision for Embla is carousels that move in a fluid and natural manner. The assumption here is...

Hi Damon (@dmorda), I’m glad to hear that šŸ™‚. Thank you and happy holidays to you too! Kindly, David

Hi @vntw, Thank you for noticing this. > I added a `reInit` and `resize` listener to the sandbox [here](https://codesandbox.io/s/embla-carousel-github-issue-39-forked-p3hp0?file=/src/js/index.js:1103-1278) to fix this. If this is the correct change, it might...