5 ms·
It is not responsive down to the images, so nothing much of use now.
by nshankar 14y ago
It is not responsive down to the images, so nothing much of use now.
- fourstar 14y agoSeriously? 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/ http://jsfiddle.net/N8GKd/ -- resize the window.