Page MenuHomePhabricator

"frame" image layout doesn't scale image down like "thumb"
Closed, InvalidPublic

Description

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]]


Version: unspecified
Severity: minor
URL: http://en.wikinews.org/wiki/User:AzaToth/Bug

Details

Reference
bz13121

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:06 PM
bzimport set Reference to bz13121.
bzimport added a subscriber: Unknown Object (MLST).

My understanding is that "frame" doesn't do any scaling. Why do you think that is a problem?