Moved markdown image loading to a static asset

This commit is contained in:
Mitchell McCaffrey
2020-07-01 20:19:26 +10:00
parent 7538e65d0c
commit 6fe26c66b4
5 changed files with 19 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

5
src/docs/assets/index.js Normal file
View File

@@ -0,0 +1,5 @@
import audioSharingFaq from "./AudioSharingFAQ.png";
export default {
audioSharingFaq,
};

View File

@@ -4,7 +4,7 @@
When using audio sharing you must select the **Share audio** option when choosing the browser tab or screen to share. Support for sharing audio depends on browser and operating system. Currently Google Chrome on Windows allows you to share the audio of any tab or an entire screen while on MacOS you can only share the audio of a tab. For an example of selecting the **Share audio** option for a tab on MacOS see Figure 1.
![Figure 1 Using Audio Sharing](/docs/AudioSharingFAQ.png)
![Figure 1 Using Audio Sharing](audioSharingFaq)
**Figure 1 Using Audio Sharing.** First select what type of content you would like to share. Second select the content. Third select Share audio. Fourth select Share.
### Browser not supported for audio sharing.