educationZEN / eduzoo-components

This repository holds all the components necessary to write your own eduZOO
GNU Lesser General Public License v3.0
0 stars 2 forks source link

Reimplement eduzoo-video #13

Closed mmarget closed 9 years ago

mmarget commented 9 years ago

currently, the video template is set up, so you have to go to youtube first, before you can access fullscreen. make it to allow fullscreen directly on the eduZOO page. example code for embedding it directly: <iframe width="560" height="315" src="//www.youtube.com/embed/iMpbIYxKqIM" frameborder="0" allowfullscreen></iframe>

mmarget commented 9 years ago

by digging into this issue, i realised that allowfullscreen might not be supported by youtube-embed, so this feature has to be rewritten entirely

joernweissenborn commented 9 years ago

Since the used youtube embed plugin is deprecated, we will implement it our self.

The implementation should already be prepared to also use different providers like Vimeo or lokal content.