关键属性:width: 100%; padding-top: 100%;

例子:

    .img_box {
      width      : 100%;
      padding-top: 100%;
      position   : relative;
      overflow   : hidden;

      img {
        position        : absolute;
        top             : -0%;
        transform-origin: center center;
        width           : 100%;
        height          : 100%;
        transition      : all 1s ease-in-out;
      }
    }

相关文章: