I have here a image zoom made in CSS3 where the image zooms in, inside of its container on hover.
However, the problem I have is I get a drop at the bottom and I cannot figure out why this is!
I have here a image zoom made in CSS3 where the image zooms in, inside of its container on hover.
However, the problem I have is I get a drop at the bottom and I cannot figure out why this is!
After looking for the issue i found the solution here and it works:
Image inside div has extra space below the image
just add:
vertical-align: top
to your image.