.prod-pic{ width:150px; height:150px; overflow:hidden;}
.prod-pic img {
height: 190px;
width: 190px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.prod-pic img:hover {
width: 150px;
height: 150px;
}
No comments:
Post a Comment