+ 1
What is the file path context used when adding images and video?
like ///storage/filename/video.mp4 or what. really need help on this one. THANKS IN ADVANCE!
1 ответ
+ 5
The 'file context' is the location of the html source file ( or the linked css source file location for ressources included inside ) for relatives URLs ( internet paths ).
For absolutes URLs the 'file context' is the internet: you can only include local files ressources in local html/css documents ^^ ( and cannot share directly local file as simplest than sharing a n html/css/js work ( like here in code playground )...