how to make image zoom on hover css according code example Example: how to enlarge image when hover on in css img:hover { transform: scale(1.3); }