-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updating content for string in dsa folder #124
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
content/batch/dsa/string.mdx
Outdated
|
||
<div className="w-full h-full"> | ||
<a href="https://www.youtube.com/watch?v=Unc365YFdf4" > | ||
<img className="w-full h-full object-cover" src="https://camo.githubusercontent.com/266a84400260b3b6aa0d97332a19d301ee8f767d229083dfd58931781efea309/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f556e6333363559466466342f302e6a7067" alt="JavaScript Loops" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the src you have to add youtube video id, which is Unc365YFdf4
in this case.
http://img.youtube.com/vi/{YouTube_id}/0.jpg
so img tag will be like this
<img className="w-full h-full object-cover" src="http://img.youtube.com/vi/Unc365YFdf4/0.jpg" alt="Strings in JavaScript" />
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, Good Progress @nsundriyal62
You don't need to feel sorry or bad.
As a beginner, It happens with everyone.
Just update the image tags, rest everything is fine.
This reverts commit 5ff061e. modified: content/batch/dsa/string.mdx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done sir.
Closes #103
Changes proposed
Check List (Check all the applicable boxes)
] The title of my pull request is a short description of the requested changes.
Screenshots
Note to reviewers
sorry sir for creating a mess but i am just new to github and confused with these commit and all. i try to keep it simple and correct.
makes all changes as you mentioned
thanks for being patience sir.