xXWarMachineRoXx / airfaremoss.com

0 stars 0 forks source link

Localhost Airline Background Image is not accessible for xampp dev environment #3

Open xXWarMachineRoXx opened 1 year ago

xXWarMachineRoXx commented 1 year ago

WhatsApp Image 2023-06-21 at 11 41 19

Problem

<div id="header-wrapper" class="wrap-inpg py-4 py-md-5 image " style="background-image: url('frontend/images/Qatar-air.png'); background-position: bottom;background-no-repeat: no-repeat; background-size: cover;">

Solution :

<div id="header-wrapper" class="wrap-inpg py-4 py-md-5 image " style="background-image: url('/airfaremoss.com/frontend/images/Qatar-air.png'); background-position: bottom;background-no-repeat: no-repeat; background-size: cover;">

Hotfixes ☑️ 🔥

  1. Use

OR

  1. Use full path to
xXWarMachineRoXx commented 1 year ago

@AdityaBansal1402 do share what hotfix you like better

I think 2. works better has you dont have to copy over anything.