埋め込み動画のサムネイル、モバイルで黒帯 (Wistia)

Here’s a CSS solution that maintains the aspect ratio without a fixed height:

iframe[src*="wistia.net"] {
    aspect-ratio: 16 /9;
    height: auto;
}
「いいね!」 2