No bug Two Videos in One Article

More
4 years 8 months ago #1483 by Tim Davis
Two Videos in One Article was created by Tim Davis
Hi Ruud,

Is it possible for ochFitvids to handle two or more video iframes in the same article - as on this page:

www.fcp.co/final-cut-pro/articles/2351-e...n-a-bus-through-iran

Please Log in to join the conversation.

More
4 years 7 months ago #1485 by Ruud van Lent
Replied by Ruud van Lent on topic Two Videos in One Article
Yes, when the iframes are inserted correct, that should work. Just tested it myself just to be sure.

Please Log in to join the conversation.

More
4 years 7 months ago #1486 by Tim Davis
Replied by Tim Davis on topic Two Videos in One Article
I looked again and both iframes were as they should.

However, the one that wasn't "fitvidded" was between paragraph tags that were set to "justified" whereas the other one which was working was between plain <p> tags. After removing the justification, the other video went full screen.

Here is the code before I fixed it:
Code:
<p style="text-align: justify;"> <iframe src="https://www.youtube.com/embed/9M5FKt3XZFs" width="560" height="315" frameborder="0" allowfullscreen="" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"></iframe> </p> <p> <iframe src="https://www.youtube.com/embed/sQD3Mav3vas" width="560" height="315" frameborder="0" allowfullscreen="" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"></iframe> </p>

Please Log in to join the conversation.

More
4 years 7 months ago #1487 by Ruud van Lent
Replied by Ruud van Lent on topic Two Videos in One Article
Thanks for reporting back, and good you found the fix :)

Please Log in to join the conversation.