How to embed Connect video in webpage without autoplay / autostart
I want to embed a Connect recording from our locally hosted Connect site on our webpages. We use Plone and I've manually added the code:
<p><iframe src="https://connect.le.ac.uk/p51ud1gxajs/" name="Demonstrating your impact with the h-index" width="800" height="600" align="left" scrolling="auto" frameborder="0"></iframe></p>
This appears to work in testing but the video starts playing when you load the webpage - which I do not want it to do.
How do I have the video embed but not play unless the user selects play?
