]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Add new `.overflow-x`, `.overflow-y`, and object-fit utilities v530-dev
authorDaniel O <dobiekwe@byteworks.com.ng>
Tue, 26 Jul 2022 10:53:21 +0000 (11:53 +0100)
committerMark Otto <markdotto@gmail.com>
Mon, 3 Oct 2022 17:13:28 +0000 (10:13 -0700)
commit0129d35796c3430f6072a92ca3fb3d862427d853
tree73d483d0fdbd18c03cc38b0822273d32301d461f
parentd1d1f490ed6ff9c266bed80d97704c7caa08980a
Add new `.overflow-x`, `.overflow-y`, and object-fit utilities

Overflow utilities are self-explanatory.

The object-fit property is used to specify how an `<img>` or `<video>` should be resized to fit its container. Offers a responsive alternative to using `background-image` for a resizable fill/fit image.
scss/_utilities.scss
site/content/docs/5.2/utilities/object-fit.md [new file with mode: 0644]
site/content/docs/5.2/utilities/overflow.md
site/data/sidebar.yml
site/layouts/shortcodes/example.html
site/layouts/shortcodes/placeholder.html