PDA

View Full Version : Embedding Videos


jorluivil
04-11-2016, 07:08 AM
Much like most of you here I do about 90% of my Internet surfing on my mobile device. One of the things that has always annoyed me was the fact that with all of this technology I was never able to embed youtube videos onto BWE, well I seem to have found the solution.

I already tried it twice and it works as advertised

Check out the video below or go to this website www.embedresponsively.com


<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.youtube.com/embed//TyPE9juKCjk' frameborder='0' allowfullscreen></iframe></div>

Iceman
04-11-2016, 07:32 AM
Just an FYI HTML is enabled on the reports and general forum, so embedding only works on these 2, not sure why it is set up this way.

tunaseeker
04-11-2016, 07:33 PM
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src='https://www.youtube.com/embed/LB3SPEyWVP8' frameborder='0' allowfullscreen></iframe></div>