When I embed the code into Wordpress the video is HUGe. I found in the iframe coding a height and width setting so I changed it to 70%, and that changed the size of the video but not the size of the iframe, so I need up with a large blank space after the video
Welcome to Gumlet @David_Jackson . I’ve tagged my colleague from tech team to help you with the issue.
Expect a reply shortly.
Hello David:
Once you are satisfied with an iframe that works best you only have to swap out asset id of your video in src .
<iframe width="1200" height="675" src="https://play.gumlet.io/embed/{{Add your asset_id here}}"
title="Gumlet video player"
frameBorder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen">
</iframe>
Thank you for this question!
3 Likes