To load youtube.com videos full screen into a web object, you will need to adjust the link of your Youtube video. For an example, we’ll start with this URL:
https://www.youtube.com/watch?v=axbg1bLgmEo
When inserting the web object above as a URL, you’ll get this output:
However, by removing the “watch?v=” portion and changing it to just “embed/” and then and adding “&index=18” to the end of the URL, we will have a web object that looks like this:
Summary:
We changed the URL from: https://www.youtube.com/watch?v=axbg1bLgmEo
To this URL: https://www.youtube.com/embed/axbg1bLgmEo&index=18