Max Width
Bootstrap 5 Max Width component
Responsive Max Width built with Bootstrap 5. Learn how to make a container or an element max width within its parent.
Examples
Width utilities are generated from the utility API in _utilities.scss
.
Predefined classes support 25%
, 50%
, 75%
, 100%
,
and auto
by default.
In order to make an element take the entire width of its parent add a .w-100
class to it.
Width 25%
Width 50%
Width 75%
Width 100%
Width auto
You can also use max-width: 100%;
utilities as
needed.
Max width relative to viewport
You can also use utilities to set the width and height relative to the viewport with the vw
(viewport width) values.