Part of template reserved for video

More
9 years 7 months ago #45313 by Danimeeka
Hi,

In the product description page for the Startup template it reads "One part of the template is reserved for HTML5 video". Can you please tell me where to find this part? Should a particular extension be used for adding a video?

Thanks,
Julia.

Please Log in to join the conversation.

More
9 years 7 months ago #45314 by ivan.milic
Yeah,

It's custom html module where you can put HTML5 video. On our demo site it's on top2 position next to

"VIDEOS MADE EASY
INCLUDE YOUR PROMO VIDEO HERE" title.

Regards

Please Log in to join the conversation.

More
9 years 7 months ago #45315 by Danimeeka
OK, thanks. Do I need an HTML5 video player extension to insert the video into the custom module? It will probably be a YouTube clip (although my customer hasn't shown it to me yet so I'm not sure), so do you know if that is ok or if I need a specific video format (eg. .mp4).

Sorry if I seem very inexperienced in this. I am!

Thanks,
Julia.

Please Log in to join the conversation.

More
9 years 7 months ago #45317 by ivan.milic
You can use HTML5 video tag

this is from our demo site

<video autoplay="" loop="" controls="" poster="/startup/images/video/touch_gestures.jpg">
<source src="/startup/images/video/touch_gestures.mp4" type="video/mp4">
<source src="/startup/images/video/touch_gestures.ogv" type="video/ogg">
<source src="/startup/images/video/touch_gestures.webm" type="video/webm">
Your browser does not support the video tag.
</video>

and for Youtube videos you can insert it as iframe, but they made changes on their api, so inform some more about that.

Regards
The following user(s) said Thank You: Danimeeka

Please Log in to join the conversation.

Time to create page: 0.152 seconds
Powered by Kunena Forum