Fill rotated landscape image within fixed sized container

前端 未结 0 1366
一向
一向 2021-01-22 15:10
.photo-wrapper{
  width: 200px;
  height: 240px;
}

img{
 transform: rotate(90deg);
 display:block;
 width:100%;
}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题