I don't have code to showcase, but I am trying to have an img or background image fitted inside a container exactly and resizes when the screen gets resizes as well. Can someone help please?
Edit: I specifically want the background to remain fitted in the div
<!-- Intro Section -->
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>intro</h2>
<!--<hr class="star-light"> -->
<br>
<p>
text
</p>
<p>
text
</p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
</div>
<div class="col-lg-4">
</div>
<div class="col-lg-8 col-lg-offset-2 text-center">
<a href="#" class="btn btn-lg btn-outline">
<i class="fa fa-download"></i> download
</a>
</div>
</div>
</div>
</section>
<!-- End of intro section -->
#about{
}