I’m trying to embed a clip video into my website, but I don’t want it to preload/buffer. It’s pointless to preload 5 clips if user may not watch any of them at all. I can of course fix that by not loading the iframe until user presses preview image or whatever, but I think there should be a nice way to set it up.
Does setting autoplay to false solve the issue? Or is this something different?