Hey all!
I’ve embedded my stream on my website in an iframe, but I just noticed today that there’s no full screen option. I assume that’s the normal behaviour, but is it possible to get the full screen button on there somehow?
Thanks in advance for any assistance.
You likely need to set the allowfullscreen attribute like so: <iframe src="..." ... allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
allowfullscreen
<iframe src="..." ... allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.