Skip to content

Commit 3c88ed7

Browse files
authored
Fix 4:3 embed (#27910)
1 parent 81e3598 commit 3c88ed7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scss/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ $embed-responsive-aspect-ratios: join(
264264
(
265265
(21 9),
266266
(16 9),
267-
(3 4),
267+
(4 3),
268268
(1 1),
269269
),
270270
$embed-responsive-aspect-ratios

site/docs/4.2/utilities/embed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Within `_variables.scss`, you can change the aspect ratios you want to use. Here
5555
$embed-responsive-aspect-ratios: (
5656
(21 9),
5757
(16 9),
58-
(3 4),
58+
(4 3),
5959
(1 1)
6060
) !default;
6161
{% endhighlight %}

0 commit comments

Comments
 (0)