FRANCISCO VIDAL
<div class="embed-container">
                        <!-- embed code goes here-->
                 </div>

.embed-container {                    .embed-container iframe,
    position: relative;               .embed-container object,
    padding-bottom: 56.25%;           .embed-container embed {
    height: 0;                                position: absolute;
    overflow: hidden;                      top: 0;
}                                          left: 0;
                                           width: 100%;
                                           height: 100%;
                                      }
Compatibilidad Navegadores
HTML5 + CSS3 + Wordpress = Responsive Web
HTML5 + CSS3 + Wordpress = Responsive Web
HTML5 + CSS3 + Wordpress = Responsive Web

HTML5 + CSS3 + Wordpress = Responsive Web

  • 1.
  • 27.
    <div class="embed-container">      <!-- embed code goes here--> </div> .embed-container { .embed-container iframe,     position: relative; .embed-container object,     padding-bottom: 56.25%; .embed-container embed {     height: 0;     position: absolute;     overflow: hidden;      top: 0; }      left: 0;      width: 100%;      height: 100%; }
  • 45.