首先,准备两个原图:
图一宽度为300px
图二高度为300px
等比例缩放,最大边撑满,其余留空
<style type="text/css"> #xxx { width: 任意宽; height: 任意高; background: #f0f0f0; border: 2px solid #4CAF50;}. /*等比例缩放,最大边撑满,其余留空*/ #xxbg2 { width: 100%; height: 100%; background: url('xxx.jpg') center center no-repeat; background-size: contain; } </style>
完整实例
继续浏览有关 html 的文章
发表评论