怎么去设置图片的宽度,设置完后图片显示的是原图,不要有剪切和隐藏的效果?

width:180px;
margin-left:auto;
margin-right:auto;
position: relative;
height: 200px;
overflow: hidden; 我现在的代码 宽度改变后图片 右侧被隐藏 造成图片左右不对称。

慕哥9229398
浏览 170回答 2
2回答

慕后森

不是很明白你的问题<div&nbsp;style="width:200px;&nbsp;height:200px;">&nbsp;&nbsp;&nbsp;&nbsp;<img&nbsp;src=""&nbsp;style="max-height:100%;&nbsp;max-width:100%;&nbsp;margin-top:100px;&nbsp;margin-left:100px;&nbsp;transform:translate(-50%,&nbsp;-50%)"></div>这是个自适应居中的图片不知道对你有没有帮助。

LEATH

overflow: hidden; 是控制超出隐藏 !去掉就可以了!
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

CSS3
Html5