I want to zoom a picture with Transform->scale. However when i hover on the picture, the hover don't work.
For Example: https://www.loberon.de/Wohnen/Sessel/Sessel-Bartley.html
I set CSS:
#zoomTrigger{
transform: scale(1.2);
}
The picture is enlarged but the hover don't work.
I tried with
#zoomTrigger:hover{
transform: scale(1.2);
}
But still don't work :(
Here is orginal when i hover:
After i made Scale(1.2). You can see a white space when i zoom: