Image Zoom on hover with pure CSS
Here’s a short snippet for getting a nice fancy zoom when hovering over an image using purely CSS3. Here’s an example: and here’s the code: You simply need to add the class ‘img-zoom’ to any image’s container to get the effect. Feel free to play about with the values in the zoom to … Continued