Comment on Mac Apps We Use Every DayComments−davidcollantes12yExcellent apps. Can't stand the distorted screenshots on that page.−teleclimber12ySeriously! Feels like 1999.I thought it was lazy resizing in an image editor, but it turns out it's just bad CSS.They have a "max-width" on "BODY IMG", but then some script or some deployment process added "width:" and "height:" on each image individually.The max-width alone would resize the image nicely, but the presence of the "height:" causes the vertical stretch.(Sorry, the web-debugger in me kicks in without being asked.)−TallboyOne12yYea... that was a typo that got cached. sorry, that was more painful for me than it was for you−TallboyOne12yYes I know that was god awful panic typo.
Comments
Excellent apps. Can't stand the distorted screenshots on that page.
Seriously! Feels like 1999.
I thought it was lazy resizing in an image editor, but it turns out it's just bad CSS.
They have a "max-width" on "BODY IMG", but then some script or some deployment process added "width:" and "height:" on each image individually.
The max-width alone would resize the image nicely, but the presence of the "height:" causes the vertical stretch.
(Sorry, the web-debugger in me kicks in without being asked.)
Yea... that was a typo that got cached. sorry, that was more painful for me than it was for you
Yes I know that was god awful panic typo.