话不多说,直接上代码
img { 100%; height: auto; transform: scale(1); transition: transform 1s ease 0s; } img:hover { transform: scale(1.05); }