I am facing an issue with a large background image of size 1600 X 3700. When I try to add bootstrap to my project, the background image disappears and only the first 100px are visible. Can anyone provide guidance on the correct way to use bootstrap with a background image? Here is what I have tried so far:
html{ background: url('image-path.png') no-repeat; -webkit- background-size: cover;-moz-background-size: cover;-o-background-size: cover; background-size: cover;}