I'm having trouble displaying a background image within a div:
<div class="container-fluid">
<div class="row">
<div class="fill-screen" style="background-image: url('../../wwwroot/images/lake.jpg');" ></div>
</div>
</div>
However, the image doesn't seem to be rendered! When I debug the browser using F12 and click on the image URL, I get this error:
https://i.sstatic.net/pznzL.png
What could possibly be wrong here?