Iframing Loom Videos

I can't quite get the video, HTML or Iframe to work with loom. Anybody else got this working?

Hi @Jacob_Radcliffe, I was not able to embed the whole video, but as a workaround we could embed the thumbnail:

On Loom, inspect and find this component, then copy the link under the src.


Use this as the "Video URL" on a "Video" component, or the "URL" on an "Iframe" component:

That should play 5 seconds of the video. If we are using an HTML component, we could add an "a" tag to a "video" HTML element, and link the thumbnail to the full video. The target="_blank" property on the a tag should open the video on a new tab.