用CSS给图片设置大小

“梦里玉人方下马,恨它天外一声鸿”

很多时候我们在给标签设置宽和高时,都不尽人意.这时候我们可以用max-height和max-width或者min-height和min-width来这是宽高

class="photo1"  style="width:350px;height: auto;max-height: 500px;max-width: 350px; min-width:350px ;overflow:hidden; " id="conPhotoPath1" src=""οnerrοr="notFindPicture()">

你可能感兴趣的:(css,html)