K
K
Katie992019-12-07 21:42:08
Adaptive design
Katie99, 2019-12-07 21:42:08

Is it possible to somehow make an adaptive background without meta?

You can somehow make the background completely fill the screen, using horizontal and vertical scrolls and without a white line at the bottom (as in the screenshot). To just shrink everything inside, depending on the screen size? Or is it impossible to do this without writing meta for each screen size?
I've tried all this, it doesn't help. Maybe there is something else?

background-size: 100px 100px;
    background-size: contain;
    background-attachment: fixed;
    max-width: 100%; 
    background-size: 100% auto;
    background-size: cover;
    -o-background-size: cover;
    -webkit-background-size:cover;
    -moz-background-size: cover;
    background-position: center center;

5debf19b75da5055845359.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question