QUESTION ANSWERSViews: 73Share  Posted by - Anonymous

how to maintain aspect ratio of embedded iframe in responsive website?

.aspect-ratio {

position: relative;

top:0

left: 0

height: 0

padding-button: 56.25% / 75%

}



iframe {

position: absolute;

width: 100%

height: 100%

}


Easy responsive iframe with aspect-ratio css property Subscribe to SensiDev Channel HERE ...

How To Make iframe's Responsive (YouTube Embeds, Google Maps etc.)

CSS Trick: How to make an embedded iframe responsive?

How To Fix Video Embed in Shopify Dawn Theme - Responsive iframes

How to style a video iframe to be full width and maintain aspect ratio



Views -