У меня есть такое фоновое изображение:
Код: Выделить всё
body {
font-family: Nunito;
background-position: center;
background: url("/src/assets/graphic.png");
}

However, when I change the image to a random one I found on google images it works:

Any help? I'm entirely stuck on such a simple issue. The fact that the supposedly broken image works in an tag but not in the background-image property is driving me mad.
Источник: https://stackoverflow.com/questions/781 ... in-inspect
Мобильная версия