How can I add the following code to an iFrame?

Hey so I’ve managed to make a little video player auto play, loop and muted.
It’s working well but I’d prefer the video in an iFrame it works much better on my site builder Showit + I have formatting like rounded corners.
Does anyone know what the code I would need to make it work in an iFrame?
My site allows iFrame embeds and I can also edit add CSS and HTML code.
This is the page. It’s the bit for subscribers down the page “Are you on our list?”
My site
This is the code I’m using in the HTML embed:

<video src="https://static.showit.co/file/MjO88371TJ-g13VtJ-h2sA/135504/joshface4.mp4" width="310px" autoplay="" muted="" loop="" playsinline="">
</video>

Thank you !

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.