F
F
fleshik2020-05-08 12:48:27
css
fleshik, 2020-05-08 12:48:27

Why doesn't background-attachment work?

Tell me why the background-attachment property does not work? (no background image) if we remove the upper block, then everything works fine, what is the reason for this and can it be done somehow to make it work for the lower block?
https://jsfiddle.net/0vywtx58/2/

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ilya, 2020-05-08
@rpsv

Correct the size and set the position:

background-size: auto 100%;
background-position: top left;

https://webref.ru/css/background-size

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question