css - How image path works? -
i see when inspecting site
background: url("http://nepotech.com/thelandmark//images/stories/bg/rooms.jpg")
the double slash after thelandmark. when delete 1 of slash doesn't work. how working?
live demo inspect background image
try adding "version" after url like:
http://nepotech.com/thelandmark/images/stories/bg/rooms.jpg?v=1
if type http://nepotech.com/thelandmark/images/stories/bg/rooms address bar image shows up. maybe caching?
Comments
Post a Comment