LauraCerveny
2 years agoCommunity Member
Rise 360 Multimedia Embed block stripping iframe id
I'm trying to use the embed multimedia block with a custom iframe code, but every time I press enter the code I typed is displayed minus the id attribute.
ie. I'll input <iframe src="page.htm" scrolling="yes" id="my-iframe"></iframe> and when I press Enter it becomes <iframe src="page.htm" scrolling="yes"></iframe>
Is this intended behavior? I need to be able to assign an id in order for a custom script I have to function properly.