Here’s a CSS solution that maintains the aspect ratio without a fixed height:
iframe[src*="wistia.net"] {
aspect-ratio: 16 /9;
height: auto;
}
Here’s a CSS solution that maintains the aspect ratio without a fixed height:
iframe[src*="wistia.net"] {
aspect-ratio: 16 /9;
height: auto;
}