I'm not sure if this has already been asked on this site or not, but this is an issue I'm running into while programming the website for my own personal blogging business.
<div
class="col-12 col-lg-6 cover-background md-height-500px sm-height-350px wow fadeInLeft"
style="background-image:url('http://placehold.it/960x668');">
<div class="h-sm-400px"></div>
</div>
Where it says style="background-image:URL('web URL')"
How would I go about changing the source to a local file on my desktop rather than an image from the web?