[Feature Request] Improve Embedded Video Experience in About Section and Learn-How Button Video Navigation
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 88
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Basically as i was checking out the website , i saw that the video embedded in the about section shows related videos at the end. This can lead to distractions and take the focus away from the main content.
Currently implementation embedded video using link :
https://www.youtube.com/embed/[VIDEO_ID]
by add rel=0 query at the end will stop related youtube video section from coming in the end.
ie,
https://www.youtube.com/embed/[VIDEO_ID]?rel=0
also most of the learn-how button can be setup in a way that it opens embedded video link in a new tab,
benefits : avoids distracts from other videos and also no ads :)
so
https://www.youtube.com/embed/[VIDEO_ID]?autoplay=1&rel=0
can work on it if needed ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the frontend for the About section's embedded video URL and the Learn-how button navigation. Review how those locations currently open videos, then verify that the requested embedded-video behavior is applied to both paths. Done means the relevant videos avoid related-video distractions and the Learn-how links open as described, confirmed through browser testing.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100