h5p inside a custom post type using Advance Custom Fields
Created a new post type and created new fields and removed the default WordPress content
Then I added the shortcode [h5p id="1"] into my custom post inside a custom field
the page is not displaying the audio recorder unless I use embed using an iframe.
The page looks blank and when inspected this is the only thing displayed
<div class="h5p-iframe-wrapper"><iframe id="h5p-iframe-2" class="h5p-iframe" data-content-id="2" style="height:1px" src="about:blank" frameborder="0" scrolling="no"></iframe></div>