Important Notice: Limited Support During Summer Vacation (August 21 - August 26)
It's that time of the year again: summer! And with it, the holidays are just around the corner.
I don't know what your plans are, but I will be heading out with my family to enjoy the outdoors and recharge for the second half of the year.
No bug Two Videos in One Article
- Tim Davis
-
Topic Author
- Offline
Less
More
- Posts: 54
- Thank you received: 1
5 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
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.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1876
- Thank you received: 123
5 years 8 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.
- Tim Davis
-
Topic Author
- Offline
Less
More
- Posts: 54
- Thank you received: 1
5 years 8 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:
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.
- Ruud van Lent
-
- Offline
Less
More
- Posts: 1876
- Thank you received: 123
5 years 8 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.