Topic: Full background image not showing up on desktop
iliketheinterwebs pro asked 7 years ago
Okay so I know that this is probably a dumb question and I'm missing an easy simple fix. But I've been google searching, double checking my code, and racking my brain and not fixing this simple issue. I appreciate any help given. Even if it is just a link with a good reading resource that will help me solve my own issue (believe it or not I have been googling for an answer before asking but maybe I'm asking the wrong questions).
The MDB Pro version I am using is 4.4.1 (according to the read me file but the download link in my account say 4.4.3)
- When I use your provided sample background image with the url link the your background image shows up fine.
- I commented out your background image in the css
- I added a background image to the img folder
- I added the path of the image in the img folder to the css
- I refreshed the page and it does not work
- I tried both paths to see if one would work over the other and neither did
- background: url("/img/green-sea-turtle.jpg")no-repeat center center fixed;
- background: url("img/green-sea-turtle.jpg")no-repeat center center fixed;
Start your code here/* YOUR CUSTOM STYLES */ html, body, header, #intro { height: 100%; } #intro { /*background: url("https://mdbootstrap.com/img/Photos/Horizontal/Nature/full%20page/img%20%283%29.jpg")no-repeat center center fixed;*/ background: url("/img/green-sea-turtle.jpg")no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .top-nav-collapse { background-color: #24355C; }
Add comment
Marta Wierzbicka staff answered 7 years ago
Hi,
have you seen this site: https://mdbootstrap.com/css/bootstrap-background-image/? Try to implement solutions from there.
Best,
Marta
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: Yes
- Provided link: No
Tags