Broadcast Room Embed Code Updater

Sample code:

<iframe width="750" height="420" src="https://www.youtube.com/embed/ijv8S48PFgA?rel=0&amp;autoplay=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

Height and width

Please change the height and width of the video in iframe code.
To fit in properly the height should be 420 and width should be 750
Please check highlighted code
<iframe width="750" height="420" src="https://www.youtube.com/embed/ijv8S48PFgA?rel=0&amp;autoplay=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

Video Autoplay

Please add &amp;autoplay=1 at the end of video src to autoplay the youtube video
Please check highlighted code
<iframe width="750" height="420" src="https://www.youtube.com/embed/ijv8S48PFgA?rel=0&amp;autoplay=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>