Auto-scale large images down to container size (#1529)

Automatically scales images larger than the containing div down to the size of the div.
This commit is contained in:
Avi 2017-10-04 03:09:27 -05:00 committed by Jamie
commit c56af9afe8

View file

@ -26,6 +26,7 @@ landingDiv {
img.center {
display: block;
margin: 0 auto;
max-width: 100%;
}
img.bg {