mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Fix 4:3 embed (#27910)
This commit is contained in:
parent
81e35985b8
commit
3c88ed7069
@ -264,7 +264,7 @@ $embed-responsive-aspect-ratios: join(
|
|||||||
(
|
(
|
||||||
(21 9),
|
(21 9),
|
||||||
(16 9),
|
(16 9),
|
||||||
(3 4),
|
(4 3),
|
||||||
(1 1),
|
(1 1),
|
||||||
),
|
),
|
||||||
$embed-responsive-aspect-ratios
|
$embed-responsive-aspect-ratios
|
||||||
|
@ -55,7 +55,7 @@ Within `_variables.scss`, you can change the aspect ratios you want to use. Here
|
|||||||
$embed-responsive-aspect-ratios: (
|
$embed-responsive-aspect-ratios: (
|
||||||
(21 9),
|
(21 9),
|
||||||
(16 9),
|
(16 9),
|
||||||
(3 4),
|
(4 3),
|
||||||
(1 1)
|
(1 1)
|
||||||
) !default;
|
) !default;
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user