add auto height to .alignnone to prevent vertical stretch of fullwidth image

This commit is contained in:
88mpg
2015-10-16 15:58:16 -04:00
parent 61022e07e7
commit f804b0137f

View File

@@ -6,6 +6,7 @@
margin-left: 0;
margin-right: 0;
max-width: 100%;
height: auto;
}
.aligncenter {
display: block;