How to Embed a Loom Video

Hi, I’m trying to embed a Loom video. My steps are:

  1. Allow user to add embed code to a multiline text input.
  2. Save to Database
  3. Show by clicking a Play icon which sends the data of the parent group to a pop-up.
  4. Call embed code from an HTML element in the pop-up.

This all works except the video only displays at miniature size in the full-screen pop-up even if I tick the HTML element iframe checkbox.

Anyone have any ideas how I can display a Loom video at full-size in my app?

1 Like

Solved. Loom is showing pixel height and width as undefined.
Once I put in the desired pixel h/w, it was all good :slight_smile:

2 Likes