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:
@@ -14,6 +14,6 @@
|
||||
&:after {
|
||||
content: "";
|
||||
display: block;
|
||||
padding-bottom: 100% * $heightaspect;
|
||||
padding-bottom: 100% / $heightaspect;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user