We have a skuid page that renders knowledge articles for our community users on our community site.
We have an iframe video from YouTube or Vimeo within some of our knowledge articles. These videos play as expected; but the AllowFullScreen attribute for the iframe is not available.
We’ve tried using both an HTML template and the field editor component to display the iframe. In both scenarios, salesforce renders the skuid page without the AllowFullScreen attribute.
The full-screen option renders if I manually add the attribute via the browser console. But I can’t find a way to keep the allowfullscreen attribute in the iframe.
Any idea for how I can get the allowfullscreen attribute to render when the skuid page renders?