ToshY

Results 135 comments of ToshY

Hey @bastien70, > I have not yet looked in detail at the files you have modified, but suddenly you confirm that even with this PR it will be possible to...

Hey @bastien70 Keen eye, I totally forgot that 🤦‍♂️ I will start on that README.

Hey @bastien70 Something like [this](https://gist.github.com/ToshY/cc235a2431e0f2a909606e504e3a5116)?

I haven't had much time to rework the last few weeks, so I'll try to this next week. Also realized that there still may be some small issues with the...

Hey @bastien70 Thanks for the additional information. **_Je comprends un peu le français_**, so I was able to follow through. I was almost done with my Dockerfile, which is fairly...

I'm not really sure about some of these outdated answers, but the following works for me (works with breakpoints): ```js arrowLeft.addEventListener("click", function () { slider.moveToIdx( slider.track.details.rel - slider.options.slides.perView ); });...

As a friendly reminder: when adding the V2 image, please update the documentation on Dockerhub as well. It's currently completely empty, and with the wiki here seemingly outdated, it would...

@aurril I'm curious on what do you fill in for the host/port? I'm getting the exact same error message.

What's the status on this issue and the corresponding PR?

It's easier to just use a library like [lazysizes](https://github.com/aFarkas/lazysizes) (no IO) or [vanilla-lazyload](https://github.com/verlok/vanilla-lazyload) if you want to have that kind of flexibility.