EN
HTML - embedded youtube video started from specific second/time
1
points
In this short article, we're going to have a look at how to insert an embedded YouTube video that starts from indicated time after the run. In the presented example, YouTube video starts from indicated second.
Example runnable code below:
// ONLINE-RUNNER:browser;
<iframe width="640" height="480"
src="//www.youtube.com/embed/SOGpvHun6vg?start=30"
frameborder="0" allowfullscreen>
</iframe>
Where:
SOGpvHun6vg
is video id,30
number is default start second for embeded video.