- Posts: 198
- Thank you received: 0
Part of template reserved for video
-
Danimeeka
Active member - Topic Author
- Member
Less
More
9 years 7 months ago #45313
by Danimeeka
Part of template reserved for video was created 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.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45314
by ivan.milic
Replied by ivan.milic on topic Part of template reserved for video
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
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.
-
Danimeeka
Active member - Topic Author
- Member
Less
More
- Posts: 198
- Thank you received: 0
9 years 7 months ago #45315
by Danimeeka
Replied by Danimeeka on topic Part of template reserved for video
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.
Sorry if I seem very inexperienced in this. I am!
Thanks,
Julia.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45317
by ivan.milic
Replied by ivan.milic on topic Part of template reserved for video
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
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