- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How to add several videos in a landing page?
Sep 4, 2018 7:03 PM
Hi Good Afternoon
I would like to add various videos in the Home of my web page (https://www.inbest.cloud/).
I have added one and looks ok, but I want to add others videos in this section:
And whe I add the others videos I can´t see it. (In this moment I have one video and three images for that situation).
This is the structure and code that I am using in my template:
This is the code inside of HubL module:
<div>
<video src="https://cdn2.hubspot.net/hubfs/491090/iNBest.Cloud-TemplateAlthea/Videos/Novedades/Secuencia%2001_Da..." muted="muted" preload="yes" autoplay="autoplay" loop="loop" width="600px" height="450px !important">
</video>
</div>
I use the same code in the others modules for videos I just change "src" for other link of video. But it doesn´t work, only nothing appear.
I try too with this code:
{% text "videolink2" label='Enter Background Video Link2', value='https://cdn2.hubspot.net/hubfs/491090/iNBest.Cloud-TemplateAlthea/Videos/Novedades/Secuencia%2001_Da...', no_wrapper=True, export_to_template_context=True %}
<div> <video muted=”muted”preload="yes" autoplay="autoplay" loop="loop" width="780px" height="auto">
<source src="{{widget_data.videolink2.value}}">
</video>
</div>
And I just add a number (as I put in red) in the others modules to be different at the first, but it doesn´t work neither.
How can I do to I can have four videos in this section?
Can you help me please.
I remain to your comments.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content