Good day,
When using the embed component in AEM 6.5 and inserting and iframe into the html option, eg.
<iframe src="{url of external feed}" id="#graph" width="100%" height="580"></iframe>
Then when viewing as published or viewing on the published site, the html comes back as:
<div class="cmp-embed">
<iframe height="580"></iframe>
</div>
Has anyone else ever had this issue or perhaps now what causes it and may have a resolve.
Thank you.