Wrong product thumbnail size

Did you try to upload a new image and when uploading image checked what size it getting into image size in media?

You can also try custom thumbnail size:

add_image_size('products_image', 112, 112, true); 

and enque it into loop.