Forum Discussion
Video not showing up in Review 360
Hi e-learning heroes,
I've managed to embed a Loom video on scene 2.1 (hook), but I haven't managed to embed a different Loom video on scene 8.1 (section 1 summary). I'm sure I have gone through the same process using the Loom video embed code, but the video on scene 8.1 doesn't show up in Review 360?
Module 4 section 1 - adult learning (test) | Review 360 (articulate.com)
Many thanks!
Ruth
- Jürgen_Schoene_Community Member
hi,
your embed code of page 8.1 seems to be wrong
there is - as far as I know - no possibility to display an entered embed-code afterwardsso i looked directly into the .story file and I found
<div style="position: relative; padding-bottom: NaN%; height: 0;">
<iframe src="https://www.loom.com/embed/d92134b4ea93407281f39e0400e9fb8c" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" style="position:absolute;top:0;left:0;width:720;height:540"></iframe>
</div>
this is wrong - every embed code has to start with "<iframe " and end with "</iframe>"
the correct embed is
<iframe src="https://www.loom.com/embed/d92134b4ea93407281f39e0400e9fb8c" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" style="position:absolute;top:0;left:0;width:720;height:540"></iframe>
result (only the one slide)
https://360.articulate.com/review/content/1ffa442b-73a0-4d28-8779-906e066d87ea/reviewJürgen
- RuthHuxfordCommunity Member
Jürgen thank you so much - all resolved!