Hacker News new | ask | show | jobs
by nshankar 4985 days ago
It is not responsive down to the images, so nothing much of use now.
1 comments

Seriously? This is so trivial to add in your media query yourself.

img { max-height: 100%; max-width: 100%; min-width: 400px; min-height: 300px; }​

http://jsfiddle.net/N8GKd/ -- resize the window.

Imgur doesn't like the deeplinking, so click this link first:

http://i.imgur.com/kyOq3.jpg

and then the jsfiddle link provided by fourstar.

Ah, weird. Thanks.