html - Responsive video page size -


i building video page , computer screens show 560x315, however, when add responsive code , dimensions stated, video not responsive. when remove height/width dimensions, video shrinks thumbnail size.

<div class="videowrapper embed-responsive-16by9" style="width: 100%; height: 100%; text-align: center;" data-videoid="10466530-95d9-d044-a0c4-be94a145d863"><iframe width="560" height="315" align="center" src="https://www.youtube.com/embed/o4pwoudfhqm?list=pl9t_50fv6xco5y4jr0vfsuaqrs0cz6_yd" frameborder="0" allowfullscreen="" overflow="hidden"></iframe></div>   

how video display on screens 560x315 still responsive?


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -