Is there a way to embed Youtube videos in RichTextEditor?
I'm try to use insertHTML of
execCommand to add this code, but this not work:
<div style="position: relative;width: 100%;height: 0;padding-bottom: 50%;">
<iframe frameborder="0" scrolling="no" marginheight="0" marginwidth="0" style="position: absolute;top: 0;left: 0;width: 100%;height: 100%;"
frameborder="0" type="text/html"
src="https://www.youtube.com/embed/tgbNymZ7vqY?fs=1"></iframe>
</div>
Best regards,
Marcel Souza
Pds Informática