How to make Zoom effect on hover on products October 17, 2024 You can use this code to Custom CSS box div.grid-item:hover img { transform: scale(1.5); transition: transform 0.3s ease; }