MyBB YouTube Video Iframe Class, where to add css class? -


i wrapped iframe below <div> classes, no matter put css, doesn't pick css,it isn't working

html:

<div class="auto-resizable-iframe">   <div>     <iframe frameborder="0" allowfullscreen="" src="//www.youtube.com/embed/{$id}"></iframe>   </div> </div> 

and here css, tried putting in global.css, , every other css area, nothing....

.auto-resizable-iframe {   max-width: 820px;   margin: 0px auto; }  .auto-resizable-iframe > div {   position: relative;   padding-bottom: 75%;   height: 0px; }  .auto-resizable-iframe iframe {   position: absolute;   top: 0px;   left: 0px;   width: 100%;   height: 100%; } 


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -