Monday 1 September 2014

create a zoom effects on image css


<style>

.product-image img:hover {
    transform: scale(1.10);
}
.product-image img {
    transition-duration: 0.3s;
}

</style>

No comments:

Post a Comment