Fullscreen toggle for embedded video
Posted: Fri Mar 04, 2022 1:13 am
I am using Oxygen 17.1, with a bridge to SDL Publication Manager v13.0. I have been trying to embed a Brightcove player video which includes the full screen toggle. I can embed the video and have added the parameter "allowfullscreen" with value="true", but I cannot get the full screen control to work in the output. Here's what I did (the cid values come from SDL):
could the limitation on the fullscreen toggle be something to do with the css? or with the transformation created by the SDL bridge?
Code: Select all
<object outputclass="iframe" height="967" width="1025" cid="yfjJ2">
<param name="allowfullscreen" value="true"cid="JGxpS" />
<param name="webkitallowfullscreen" value="true" cid="1G1ArT" />
<param name="mozallowfullscreen" value="true" cid="1Vkf2G" />
<param name="src" value="https://players.brightcove.net/1263232659001/default_default/index.html?videoId=5972439124001" cid="1JQ24B" />
</object>
I also tried this:
<object outputclass="iframe" cid="LecVc" width="1205" height="967">
<param name="frameborder" value="0" cid="1Ir6DE" />
<param name="src" value="https://players.brightcove.net/1263232659001/default_default/index.html?videoId=5972439124001" cid="YaNZD" />
<param name="allow" value="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-picture; allowfullscreen" cid="VwqCJ" />
</object>