Hacker News new | ask | show | jobs
by davidcollantes 4532 days ago
Excellent apps. Can't stand the distorted screenshots on that page.
2 comments

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.