I have a responsive Modal Box with Images.
Code:
In it, when you hover the images become bigger.
Sometimes, when hovering over the last pic in the 1st row, the format breaks.
If it doesn’t for you resize the window.
Does anyone know how to fix this ?
Zoltan’s answer is very good. You could also consider using CSS transforms for the scaling. The images will be slightly blurry, but the upside is that transforms doesn’t affect the actual size of the image, just the way it is rendered.