Although I've seen similar questions before, none of the solutions seem to be effective in my case.
In this scenario, there's a div class that has a background image set up:
#index-box{
border-radius: 20px;
background: url('/static/images/bg.png') no-repeat;
background-size: cover;
}
Is it possible to adjust the height of the #index-box
div so that the entire background image perfectly fits within it?