SCSS Framework

Layout > Image > Cover > Aspect ratio was 9/16 instead of 16/9 for 16:9  --> corrected

!! CAREFUL WITH EXISTING PAGES !!
This commit is contained in:
2017-04-26 17:11:41 +02:00
parent a1b278c629
commit d720639d65
+1 -1
View File
@@ -14,6 +14,6 @@
&:after { &:after {
content: ""; content: "";
display: block; display: block;
padding-bottom: 100% * $heightaspect; padding-bottom: 100% / $heightaspect;
} }
} }