If I link to a small image, for instance a gif image that's 25x200 pixels, it's showed as something like 75x600 pixels. No good at all, why is this happening? It gets low resolutioned and mad ugly.
Image siza is hadrcoded into default.php in line 46. If you remove the size there it should not resize your images anymore, but then you'll have to install some other plugin to handle oversized images.
Comments