Background Attachment

Utilities for controlling how background images behave when scrolling.

Class CSS Output
bg-fixed
background-attachment: fixed;
}
bg-local
background-attachment: local;
}
bg-scroll
background-attachment: scroll;
}

bg-fixed

background-attachment: fixed;

bg-local

background-attachment: local;

bg-scroll

background-attachment: scroll;

Reference

CSS Properties

  • background-attachment