Last updated: 10 May 2024

Tailwind Background Attachment

The bg-{attachment} utility class in Tailwind CSS allows you to control the attachment behavior of background images applied to elements.


Tailwind Backgound Attachment

The bg-{attachment} utility class in Tailwind CSS allows you to control the attachment behavior of background images applied to elements. With Tailwind's bg-{attachment} class, you can easily adjust whether the background image scrolls with the content or stays fixed within the element.

Applying Tailwind Background Attachment

To apply a specific tailwind background attachment behavior to an element, you can use the bg-{attachment} utility class, where {attachment} represents the desired background attachment. Here are the common values you can use:

  • bg-fixed: The background image is fixed and does not scroll with the content.
  • bg-local: The background image scrolls with the content of the element.
  • bg-scroll: The background image scrolls with the content of the element, even when the element itself is scrolled. Here's an example:
html
<div class="bg-fixed"></div>

Preview

my trip to the

November 18, ...2019

During my trip to the Caribbean, I had the pleasure of enjoying sunny weather and staying at a stunning inland location with breathtaking water views. The natural beauty of the surroundings, combined with the peaceful atmosphere and clear skies, made it a truly remarkable experience. The locals were incredibly friendly and hospitable, adding to the warm and welcoming ambiance of the place. Overall, it was a memorable trip filled with beauty, tranquility, and the genuine hospitality of the Caribbean people.

Responsive Tailwind Background Attachment

Tailwind CSS allows you to apply background attachment classes responsively at different breakpoints. To use responsive tailwind background attachment classes, you can append the breakpoint prefix to the utility class. For example, md:bg-scroll sets the background attachment to scroll starting from the medium breakpoint and above.

html
<div class="bg-local md:bg-scroll">
This element has a background image that scrolls with the content by default,
but starting from the medium breakpoint and above, it changes to be fixed.
</div>

In the above example, the background attachment of the <div> element is set to local (scrolls with the content) by default (bg-local), but starting from the medium breakpoint and above, it changes to be fixed (md:bg-scroll).

Tailwind Background Attachemnt Class Table

ClassProperties
bg-fixedbackground-attachment: fixed;
bg-localbackground-attachment: local;
bg-scrollbackground-attachment: scroll;

Windframe Tailwind blocks

Timeline

Windframe is a drag and drop builder for rapidly building tailwind css websites and UIs

Start building stunning tailwind UIs! 

Build from scratch or select prebuilt tailwind templates