Any idea how to adjust the thumbnail size in the admin backend?
I have the small thumbnail size set to 50 x 50, and they have created this size accordingly. But when I go into Images in the backend, the thumbnail image 'holder' is 50x50 but the actual image is only 5x5 and impossible to see. Inspecting the image via developer tools shows the img has hard coded height and width dimensions of 5
I have attached an image below showing the admin backend and the coding. Any ideas how to fix this or where the html is created so I can adjust/remove the code that is causing it? I have tried adding the height and width to the img in the stylesheet but that changes all images, so its a no-go.
Thanks in advance




