Background Attachment
Utilities for controlling how background images behave when scrolling.
| Class | CSS Output |
|---|---|
bg-fixed |
|
bg-local |
|
bg-scroll |
|
bg-fixed
background-attachment: fixed;
bg-local
background-attachment: local;
bg-scroll
background-attachment: scroll;
Reference
| background-attachment | MDN ↗ |
CSS Properties
background-attachment