V
V
Vasily Khryagin2020-07-28 21:42:33
css
Vasily Khryagin, 2020-07-28 21:42:33

Do images that are not used on the width of the user's screen affect the loading of the site?

@media screen and (min-width:1550px){
   .image {
      background-image: url(../img/icons/search.svg);
   }
}

Will this image load on a screen smaller than 1550px?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sashabeep, 2020-07-30
@sashabeep

So check. make the desired screen size and open the "network" tab in the developer tools. IMHO it will load

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question