CSS

    1. .img_container {
    2. width: 100%;
    3. aspect-ratio: 16 / 9;
    4. }

    用于防止图片加载后对页面布局的影响,亦可用于媒体查询
    image.png