Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

iframe 100 responsive

<style>
    .container-iframe { position: relative; width: 100%; overflow: hidden; padding-top: 56.25%; /* 16:9 Aspect Ratio */ }
    .responsive-iframe { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; border: none; }
</style>
<div class="container-iframe" data-widget="">
    <iframe src="index.html" class="responsive-iframe" frameborder="0"></iframe>
</div>
 
PREVIOUS NEXT
Tagged: #iframe #responsive
ADD COMMENT
Topic
Name
5+1 =