How to upload an app launch video to GitHub

Asked 2 years ago, Updated 2 years ago, 42 views

I want to upload the function of the app like a preview. I'd appreciate it if you could tell me about the grammar from smartphone screen shooting to git markdown ㅜ_ㅜ

github android

2022-09-22 19:45

2 Answers

First, the most convenient way is to upload a video on YouTube, bring it to HTml iframe tag, and then

<iframe width="640" height="360" src="https://www.youtube.com/embed/6Az2cNU7gUw" frameborder="0" gesture="media" allowfullscreen=""></iframe>

You can put it on the back like this. It comes out like the bottom.


2022-09-22 19:45


2022-09-22 19:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.