cancel
Showing results for 
Search instead for 
Did you mean: 

Extend video and listen to video audio on landing page

former_member654580
Participant
0 Kudos

Hi Experts

I am embedding videos on the landing pages.

But when publishing the landing page, the audio of the video does not sound or is heard.

Neither does it allow you to enlarge the size of the video.

BR

Elio C

Accepted Solutions (0)

Answers (3)

Answers (3)

iwan_pavlenko
Member

Hi Elio,

No you have not to download the code. Workaround:

Simply insert inside your LP instead of an video-block an html-block.

Into this html-block you can then paste the whole html-"iframe"-tag containing the video parameters which you saw in the html-tab of the editor.

Also you can there then change the parameters according to your needs (size/url-params/etc.)

Kind regards,

Ivan

Arne_Manthey
Advisor
Advisor

Hi Elio,

you are right about this and unfortunately you would need to raise a ticket to get this resolved for the video element.

However, you can of course do a workaround using an HTML element and adding the following code:

<div style="text-align: center">
<iframe alt="" width="300px" height="200px" title="" src="https://www.youtube.com/embed/8emON4Yqcuk?mute=0" allowfullscreen="allowfullscreen"></iframe>
</div>
  • mute=0 does the trick for having audio initially
  • allowfullscreen="allowfullscreen" enables fullscreen for the iframe

Be aware that you should test the fullscreen mode only in the published version because in the designative mode the UI gets confused.

Best regards,

Arne

former_member654580
Participant
0 Kudos

Hi arne.manthey

Intento modificar el código HTML, pero no me permite.

I try to modify the HTML code, but it does not allow me. Should I download the code, modify it outside the system and upload it?

BR

Elio C

Arne_Manthey
Advisor
Advisor
0 Kudos

Hi,

no this is just the read-only view of the entire HTML source (No edit possible)

What you need to do instead is to drag and drop an HTML element onto the canvas. It is available where you would also see the video element.

Best regards, Arne