Home > Mobile >  why chrome doesn't load all the files of my page?
why chrome doesn't load all the files of my page?

Time:04-20

I was trying to load an image and for some reason it didn't work, despite having everything right, when i opened the chrome devtools i realized why, but i don't know how to solve this the files on the chrome devtool

the same files on windows

As you can see, there are some "missing" files on chrome and i don't know why, i also tried using microsoft edge and it doesn't work either.

This is the piece of code where i try to use an image

<div >
    <div ><img src="/work/productos/hamburguesa.jpg"><p>Hamburguesa</p></div>     
    <div ></div>
    <div ></div>
    <div ></div>
</div>

This is the error i get from the devtool console

CodePudding user response:

If your internet is down, Chrome won't work. Make sure your Wi-Fi or cellular connection is switched on. Try opening another webpage or running an application that requires Internet access to function. If the page or the application fails too, that means the problem is with your network connection instead of Chrome.

CodePudding user response:

I Think you have coded the Wrong Location of the image. IF you have done it right then You must Have too slow internet connection to load the files

  • Related