iframe con texto abajo responsive
codigo para que el texto no se separe del iframe al hacer responsive.
by Emmanuel Garcia
HTML
<div class="iframe_holder"> <div class="container_holder">
<iframe src="http://rvcmembers.com/Emmanuel_test/responsiveTR/images/resort_sliders/konareef/overview.html" width="785px" height="380px" style="overflow:hidden; border:none; margin:0; padding:0;" scrolling="no"></iframe> </div> </div>
CSS
.iframe_holder { max-width: 785px; } .container_holder { height: 0; width: 100%; padding-bottom: 50%; overflow: hidden; position: relative; } .container_holder iframe { top: 0; left: 0; width: 100%; height: 100%; position: absolute; } - See more at: http://findnerd.com/list/view/How-to-make-iframe-responsive/719/#sthash.g2pPViQ9.xIo5EP8Q.dpuf