What if video cannot be full-screen under ie?

has been resolved because the video tag cannot be full-screen under iframe.

the workaround is to add the allowfullscreen= "true" attribute to the iframe.

< iframe src= "Video address" allowfullscreen= "true" > < / iframe >

Apr.02,2021
Menu