Answers for "product image custom zoom on hover"

CSS
1

zoom image on hover

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
Posted by: Guest on August-25-2021

Code answers related to "product image custom zoom on hover"

Browse Popular Code Answers by Language