gitweb: Avoid overflowing page body frame with large images
authorAndrew Keller <andrew@kellerfarm.com>
Mon, 17 Feb 2014 14:25:13 +0000 (09:25 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Feb 2014 17:50:14 +0000 (09:50 -0800)
commit46a7471f0e20af9d2efcc4a14c76d537e1551ac9
tree7f9564d4ab8ffae8e56093916478b26ebf6afd9a
parent5f95c9f850b19b368c43ae399cc831b17a26a5ac
gitweb: Avoid overflowing page body frame with large images

When displaying a blob in gitweb, if it's an image, specify constraints for
maximum display width and height to prevent the image from overflowing the
frame of the enclosing page_body div.

This change assumes that it is more desirable to see the whole image without
scrolling (new behavior) than it is to see every pixel without zooming
(previous behavior).

Signed-off-by: Andrew Keller <andrew@kellerfarm.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl
gitweb/static/gitweb.css