- Posts: 30
2.0 Embedded video
- Paul Masson
- Topic Author
- Offline
- Junior Member
-
Less
More
14 years 7 months ago #1
by Paul Masson
2.0 Embedded video was created by Paul Masson
Joomdle Community,
Struggling with the use of embedded video in Joomdle courses.
We are using Joomla 1.5.23; Moodle 2.0.4+ and Joomdle 0.6
Joomdle is configured to display in a wrapper, with 100% width and autoheight.
When playing ogv files, the wrapper drops to a minimal height, and I can't understand why. This happens in IE, Firefox and Chrome. Outside of Joomdle, ie in Moodle view, they play in a properly formatted player.
Has anyone else experienced this? Any advice would be greatly appreciated.
Struggling with the use of embedded video in Joomdle courses.
We are using Joomla 1.5.23; Moodle 2.0.4+ and Joomdle 0.6
Joomdle is configured to display in a wrapper, with 100% width and autoheight.
When playing ogv files, the wrapper drops to a minimal height, and I can't understand why. This happens in IE, Firefox and Chrome. Outside of Joomdle, ie in Moodle view, they play in a properly formatted player.
Has anyone else experienced this? Any advice would be greatly appreciated.
Please Log in or Create an account to join the conversation.
- Chris
-
- Offline
- Moderator
-
14 years 7 months ago #2
by Chris
Replied by Chris on topic Re: 2.0 Embedded video
It's a little difficult to understand your exact problem. Our you able to provide a link with appropriate user access or post a picture of what you are experiencing.
Please Log in or Create an account to join the conversation.
- Paul Masson
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 30
14 years 6 months ago #3
by Paul Masson
Replied by Paul Masson on topic Re: 2.0 Embedded video
Chris,
Thank you for considering this.
Again, the player loads, but the wrapper is only about a half an inch in height, with scroll bars, and does not display the entire video.
I have attached a screen shot to illustrate.
Much appreciated.
Paul
Thank you for considering this.
Again, the player loads, but the wrapper is only about a half an inch in height, with scroll bars, and does not display the entire video.
I have attached a screen shot to illustrate.
Much appreciated.
Paul
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7906
14 years 6 months ago #4
by Antonio Durán
Replied by Antonio Durán on topic Re: 2.0 Embedded video
Hi.
This seems like the function that calculates the wrapper height is not able to read real height when the only element is the video player.
Open "/components/com_joomdle/js/autoheight.js" and you will see a couple of commented lines. Uncomment them, and that should fix your problem.
Antonio
This seems like the function that calculates the wrapper height is not able to read real height when the only element is the video player.
Open "/components/com_joomdle/js/autoheight.js" and you will see a couple of commented lines. Uncomment them, and that should fix your problem.
Antonio
Please Log in or Create an account to join the conversation.