css让元素保持等比例宽高

使用新属性

aspect-ratio: 16/9;

代码示例

<style>
    div {
      width: 60%;
      /* 等比例宽高 */
      aspect-ratio: 16/9;
      background-color: red;
      margin: auto;
    }
  style>
head>

<body>
  <div>div>
body>

示例

aspect-ratio兼容性
css让元素保持等比例宽高_第1张图片

你可能感兴趣的:(css随想,css,前端,javascript,css等比宽高,css保持宽高,元素保持宽高)