Last modified: 2008-02-27 20:36:11 UTC
There is an inconsistency in size when render an image normal/thumb or frame, if the image is below a set size. For example, the following code, used on the linked page shows the inconsistency: [[Image:Wiki.png|300px|<nowiki>300px</nowiki>]] [[Image:Wiki.png|300px|thumb|300px thumb]] [[Image:Wiki.png|300px|frame|300px frame]] [[Image:Wiki.png|50px|<nowiki>50px</nowiki>]] [[Image:Wiki.png|50px|thumb|50px thumb]] [[Image:Wiki.png|50px|frame|50px frame]]
My understanding is that "frame" doesn't do any scaling. Why do you think that is a problem?