David Browne

Results 33 comments of David Browne

@mrwweb Another way to show only once would be to have a variable that you set as false, like modalShown = false, then check if that is false before triggering...

Just leaving a link here to a comment that has a code solution that seems to solve this when I'm testing on iOS15.. https://github.com/metafizzy/flickity/issues/1177#issuecomment-979352698

Example showing the issue in the browser console (the JS I just pasted in the jQuery followed by the skeletabs script) https://codepen.io/wplit/pen/LYbEMYR

I mean with the non-native controls, the video controls are hidden, the video doesn't play and if I manually inspect to make the controls visible, they don't work. This is...

I know this was closed, but I'm still having issues with autoplay. It's on with vime-video that I'm seeing the expected result, and that's only sometimes. see my demo page...

I was still getting the same issue. I think this has more to do with the fact that the play() can't be done programmatically (needs user interaction) I checked canAutoplay()...

Update: I found the issue (i think). It comes from another issue, that when using the vime-youtube, when adding the muted attribute to the vime-player, it doesn't actually get passed...

Is this likely to be fixed in v4, or would we need to move over to v5 for the fix?

@mihar-22 If needing Youtube/Vimeo, is your recommendation to still use Vime then? I had thought from previous announcements that Vidstack was intended as being the new replacement and Vime wouldn't...

You'd be best to provide an example URL where it's going wrong. So people can inspect the page and spot the issue. The grid works when i'm testing it, so...