Hi
I purchased the Awake theme and I'm very happy with it. But now I have an issue I can't solve since days:
We run a dance school and we want our students (after login) to be able to watch videos with some dance moves they learned in our class. We don't want to put the videos on youtube or vimeo because they are not public. The videos are just for students who are enrolled and therefore have a user login.
The issue:
As we will post a lot of videos, we will create a site with small thumbnails and we want the videos to open in a lightbox and not to play directly on the site.
ISSUE: And I'm not able to combine the HTML5-Video-Code with prettyPhoto (the lightbox-plugin used in Awake theme).
I was not successful with rel="prettyPhoto"....
HTML5-Video-Code using VideoJS-Plugin:
[video mp4="http://video-js.zencoder.com/oceans-clip.mp4" ogg="http://video-js.zencoder.com/oceans-clip.ogg" webm="http://video-js.zencoder.com/oceans-clip.webm" poster="http://video-js.zencoder.com/oceans-clip.png" preload="true" autoplay="true" width="640" height="264"]
HTML5-Video-Code using normal html:
<video controls>
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type="video/mp4" preload="auto">
<source src="http://video-js.zencoder.com/oceans-clip.ogg" type="video/ogg">
Dein Browser ist leider nicht mit HTML5 kompatibel.
<video>
Many thanks for your help.













