V
V
Vkok2020-05-01 01:35:01
Layout
Vkok, 2020-05-01 01:35:01

Why does the inscription leave when the screen is full width?

Why does the inscription leave when the screen is full width, and if you make it narrower, is the inscription visible?
Please help me figure it out... website
5eab523b19d91138577685.jpeg
5eab524b682c2115469580.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Kirshin, 2020-05-01
@boch112

Hello.
Because the .gopro-banners__background element has a property background-size: cover
If you want different behavior, set the properties background-size: contain, and if you want the background not to repeat - background-repeat: no-repeat for the .gopro- element banners_background

.gopro-banners__background {
background-size: contain;
background-repeat: no-repeat;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question