Include this script into your page along with the iframe for a responsive media embed
I will try to paste the code in the comments section since this stupid YouTube crap wont let me paste code into this window. nThis video shows you how to add a form to a C++ program (CLI type) in Visual Studio 2017 since they have NO OPTION that I can see by doing this with the menus... trying to steer us to C# no doubt.nOn below listing, just replace the 2 'B' with left and right 'less than and greater than' signs since YT wont let me paste those in this message...nnusing namespace System;nusing namespace System::Windows::Forms;nn[STAThreadAttribute]nint main(array B String^ B ^ args) {n Application::EnableVisualStyles();n Application::SetCompatibleTextRenderingDefault(false);n CEMPTYCLRProject1::MyForm form;n Application::Run(%form);n return 0;n}