]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix 4:3 embed (#27910)
authorXhmikosR <xhmikosr@gmail.com>
Sun, 23 Dec 2018 11:58:58 +0000 (13:58 +0200)
committerGitHub <noreply@github.com>
Sun, 23 Dec 2018 11:58:58 +0000 (13:58 +0200)
scss/_variables.scss
site/docs/4.2/utilities/embed.md

index 26a2df81d642c331b0f775a1b76515156e9e709a..830c97769239fbb97721d90728df8a81ebf7eb28 100644 (file)
@@ -264,7 +264,7 @@ $embed-responsive-aspect-ratios: join(
   (
     (21 9),
     (16 9),
-    (3 4),
+    (4 3),
     (1 1),
   ),
   $embed-responsive-aspect-ratios
index de4105fb8267f9c32c40d0b46a329afe255cdf6f..1f686807467870c817f826a000db34fd6bf03fbf 100644 (file)
@@ -55,7 +55,7 @@ Within `_variables.scss`, you can change the aspect ratios you want to use. Here
 $embed-responsive-aspect-ratios: (
   (21 9),
   (16 9),
-  (3 4),
+  (4 3),
   (1 1)
 ) !default;
 {% endhighlight %}