Skip to content

6.0.1

Compare
Choose a tag to compare
@tedw tedw released this 02 Mar 14:35
· 13 commits to master since this release

Minor update adding height: auto; back for fluid media to handle cases where the element has an inline height attribute.

 img,
 picture,
 video,
 canvas {
   display: block;
+  height: auto;
   max-width: 100%;
 }