扫码关注官方订阅号
例如:
style: p{width:230px:height:170px}
img img的width,height不是一致)
认证高级PHP讲师
直接把height设置为100%,然后宽度自适应:
cssimg{height:100%;}
css
img{height:100%;}
max-width:100%;max-height:100%;
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
直接把height设置为100%,然后宽度自适应:
max-width:100%;max-height:100%;