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

Automatically scales images larger than the containing div down to the size of the div.
pull/1551/head
Avi 7 years ago committed by Jamie
parent 2adf56b208
commit c56af9afe8

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

Loading…
Cancel
Save