In this video we'll cover creating the necessary files and folder for our project.
If you want to learn more about Web Development, feel free to follow me on Youtube!
In this video we'll cover creating the necessary files and folder for our project.
If you want to learn more about Web Development, feel free to follow me on Youtube!
For further actions, you may consider blocking this person and/or reporting abuse
Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.
H.M Tharindu Madubashana -
Gen -
JHK infotech -
DPC -
Top comments (10)
cool Video But how do you add the youtube video embed at dev.to markdown i wasn't able to add the iframe tag into it...?
You can use liquid tags. Here's an example for YouTube:
{% youtube dQw4w9WgXcQ %}
can you do this for videos on your local machine?
I am trying to embed video using above, it not working. I tried
Error:
Whoops, something went wrong:
bad URI(is not URI?): nil
But how do you make it start and end at a certain point?
Try:
{% youtube dQw4w9WgXcQ start=30 end=60 %}
Really? That's great Paul! I didn't know we could also set the start and end ms on an embedded YT video...
Yes you can 😊
lovely!
{% youtube paste-here-Embedded-video-code %}
Don't use iframe tag.
simply follow above syntax.