<div class="img-wrapper"> <img src="xxx.png" alt="" class="img-style"/> </div> <style> .img-wrapper{ overflow: hidden; width:100%; height: 0; padding-bottom:(height/width)%100%; } .img-style{ width:100%; } </style>
2024-04-08 11:20:09
<div class="img-wrapper"> <img src="xxx.png" alt="" class="img-style"/> </div> <style> .img-wrapper{ overflow: hidden; width:100%; height: 0; padding-bottom:(height/width)%100%; } .img-style{ width:100%; } </style>