https://i.sstatic.net/jo7W5.png
https://i.sstatic.net/Au7OW.png
After passing the screen height, I noticed a sudden margin-end appearing. I've tried using '''cover: 100% 100''', but the image ends up shrinking. As my framework is Bootstrap, I'm facing this issue.
I also experimented with,
'''width: 100%; height: auto; '''
However, this didn't solve the problem either as whenever I add more elements, the image's height adjusts itself to fit them.
Below is my CSS code snippet:
''' body { background-image: url('Media Files/Images/JPG/BG\ photo\ of\ the\ home\ page.jpg'); background-size: cover; width: 100vw; height: 100vh; margin: 0; padding: 0; background-position: center; box-sizing: border-box; background-repeat: no-repeat; font-family: 'sen', sans-serif; background-blend-mode: multiply; } '''