Home > database >  Image and video not showing after hosting website
Image and video not showing after hosting website

Time:11-12

I wrote code of html for a website in notepad I use image and video tag for html When I saved the file and open it It is showing on my browser but when I host it on netlify only text is showing Images and videos are not showing plz tell me what to do in simple steps

I wrote code of html for a website in notepad I use image and video tag for html When I saved the file and open it It is showing on my browser but when I host it on netlify only text is showing Images and videos are not showing plz tell me what to do in simple steps

CodePudding user response:

Can you show some code?

You need to look into relative path's. Some info can be found here

CodePudding user response:

Check again 'Paths' for all images and videos. Use relative path for all files.

  • Related