Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
EpiServer CMS Version: 10.10.4
I am adding markup to XHTMLString (Rich Text Type) type and When I publish it in CMS it removes the attribute (In my case allowfullscreen="true")
Here is markup
<iframe src="https://players.brightcove.net/1493166405001/default_default/index.html?videoId=5436357443001" allowfullscreen="true" style="position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%;"></>iframe>
After publish when I recheck the markup I see following.
Any Idea? What's going on