Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

176
Views
Can't link image src from folder
const bannerData = [{
    "title": "My title",
    "description": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Maxime mollitia,molest",
    "image_url": "./assets/bg-1.jpg"
  },
  {
    "title": "My title2",
    "description": "dwadawdwa",
    "image_url": "https://img2.storyblok.com/f/89778/1168x728/578a7ddf01/us_us-ny_nyc_1.jpeg"
  }
]

function initBanner(currentSlide) {
  banner.style.backgroundImage = `url('${bannerData[currentSlide].image_url}')`
  textBoxHeading.textContent = `${bannerData[currentSlide].title}`
  textBoxDescription.textContent = `${bannerData[currentSlide].description}`
}

Whenever I do in my index.html <img src="./assets/bg-1.jpg"> then I am seeing the image in my html. But whenever I try to load the background for element with js then it wont load at all. I have to use url in order for it to work. Why is this happening and how can I link backgrounds from my folder instead from url's? I am not getting any errors in console, and just have white blank screen with no img.

enter image description here

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!