Thanks this worked. Now I have a new problem. I am trying to centre the video but its always coming left aligned with a black patch on the right.
Below screentshot:
https://www.dropbox.com/s/eyxnfa8itligfyk/screenshot%20for%20not%20center.png?dl=0
the code used for the iframe as follows:
<div style=”position:relative; height:0; padding-top:56.25%; background-color: black; align-content: center; “><iframe style=”position:absolute; top:0; width:90%; height:90%;” src=”https://rajmarketweek.com/vrff” name=”“Raj Marketweek 2022”=” “=”” width=”100%” height=”100%” frameborder=”0″ allowfullscreen=”true” allow=”fullscreen; accelerometer; gyroscope; magnetometer; vr; xr; xr-spatial-tracking; autoplay; camera; microphone”></iframe></div>
Please help.