0

I see like this when inspecting the site

background: url("http://nepotech.com/thelandmark//images/stories/bg/rooms.jpg")

the double slash after thelandmark. when you delete one of the slash it doesn't work. But how is this working?

live demo inspect the background image

Bhojendra Rauniyar
  • 83,432
  • 35
  • 168
  • 231

2 Answers2

0

Try adding a "version" after the url like:

http://nepotech.com/thelandmark/images/stories/bg/rooms.jpg?v=1

If I type http://nepotech.com/thelandmark/images/stories/bg/rooms into the address bar the image shows up. Maybe its caching?

Dale
  • 945
  • 2
  • 9
  • 23
0

it seem that is an error from developer somewhere in the code, this question is already answered Here

Community
  • 1
  • 1
medBouzid
  • 7,484
  • 10
  • 56
  • 86