I am struggling to add an extra class within the div class= "container-fluid"
in order to set a background with a fixed position, but it doesn't seem to work.
The only way I can add a background-image
is directly in the HTML. Why is that?
Another issue arises when using position: fixed;
. Even after trying Bootstrap's predefined code as shown below, it still doesn't work. What could be causing this?
For instance:
<div class="container-fluid position-fixed" style="background-image:
url(img/ico/wedding_videography.png); background-size:
cover;">
<div class="row">