working fixed background image in chrome mobile vs performance | CSS-Tricks

Verfasst von

in

Yeah background attachment fixed is so laggy. Try it like this:codepen.io/sitechop/pen/QNdXbESo basically we move the background to its own div. With position: fixed, and z-index: -1;

Quelle: working fixed background image in chrome mobile vs performance | CSS-Tricks