html - Youtube iframe don't do fullscreen?! w/bootstrap -


good afternoon everyone, have question regarding black bars appear in video, parameters stating video should fill space define not on computer or on phone have filled space, such small bar appears below. site http://www.mascoli.com/miguel/ , code written there

<?php /**  * template used displaying page content in page.php  *  * @package ducktours  */?> <div class="container-fluid">     <div class="row"> <div class="col-xl-12"> <iframe width="800px" height="100%" frameborder="0" allowfullscreen src="https://www.youtube.com/embed/8ckplpqxcqk?rel=0&showinfo=0&autohide=1&modestbranding=1&autoplay=1&volume=0&wmode=opaque&yt:crop=16:9&amp;&hd=1&amp;&loop=1&amp;autoplay=1&amp;modestbranding=0&amp;controls=0&amp;showinfo=0&amp;rel=0&amp;allowfullscreen=true"></iframe> </div> </div> </div> 

ps: forgot site in question being developed in wordpress.

thank in advance


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -