Posts by Lucas Eduardo Calgaro • 11 points
3 posts
-
0
votes2
answers119
viewsA: Passing the "video index" of a playlist in a Youtube iframe
I did it this way and it didn’t work out, but I did it... I’ll post the solution here in case anyone else looks into it: //Último Vídeo postado no canal <iframe…
-
1
votes4
answers1357
viewsA: Margin in percentage is relative to what?
About the use of percentage: As they said, it refers to the upper block, but has to take some care, because the reference measure is the first upper block WHICH HAS AN ESTABLISHED MEASURE, that is,…
-
0
votes2
answers119
viewsQ: Passing the "video index" of a playlist in a Youtube iframe
I’m creating a site where I want to display the last two videos posted on a particular channel, but I can’t pass the parameters of index of the video by src of iframe as shown below: <iframe…