Is there a way to zoom in on an image using the background-url
property without affecting other elements? Here's what I have so far:
.fakeImg:hover img{
transform: scale(1.1);
}
However, I need the image to grow only inside the specified div
.
Current State:
https://i.sstatic.net/MPIlE.gif
Objective: