David Browne
David Browne
I thought the same.. https://github.com/Splidejs/splide/discussions/962
The autoHeight option doesn't do what you think it does, it just shares the same name with that swiper option. But in splide it's for vertical sliders to make sure...
This isn't a bug, it's a question. You need [discussions](https://github.com/Splidejs/splide/discussions)
ref - https://www.maxlaumeister.com/articles/hide-related-videos-in-youtube-embeds/
I think the option to either use the poster image or cover the entire thing with a blank coloured box would be very useful. It's not the perfect solution, but...

This is incorrect. There should only be one focusable element inside of a tablist, all the rest should be not be focusable. left/right changes which tab is focusable, but only...
Just noting here that this doesn't appear to work anymore. The openfreemap doesn't move when the map is dragged by the user. I think it's an incompatibility with the new...
Setting a 0ms timeout after the pausing prevents the issue.. ``` player.paused = true setTimeout(() => { player.currentTime = 8 }, 0); ``` or if you want to avoid timeouts,...
Make sure the player is muted, many browsers won't autoplay unless the video is muted. Works fine on my end with Safari on iOS, but only if muted.