CMS Development

Janette
Participante

Audio in my video in a landing page

resolver

Hi Good Morning

 

I have added a video in my landing page but it does not listen, how can I do so the video can be heard?

This the code thart I have in the video:

 

<video width="780px" height="auto" muted="”none”preload=" yes="" autoplay="autoplay" loop="loop"><source src="https://cdn2.hubspot.net/hubfs/491090/iNBest.Cloud-TemplateAlthea/Videos/INE/INE_Caso_de_%C3%A9xito_...>

 

and this is the link of my landing page: 

 

https://www.inbest.cloud/caso-de-exito-ine-en-la-nube-de-aws-0

 

I remain to your comments.

Regards

 

1 Soluciones aceptada
tjoyce
Solución
Experto reconocido | Partner nivel Elite
Experto reconocido | Partner nivel Elite

Audio in my video in a landing page

resolver

@Janette - you should remove the "muted" attribute. I think the embed code you're looking for should be this.

<video width="780px" height="auto" preload="yes" autoplay="autoplay" loop="loop"><source src="https://cdn2.hubspot.net/hubfs/491090/iNBest.Cloud-TemplateAlthea/Videos/INE/INE_Caso_de_%C3%A9xito_1%20-%20converted.mp4?t=1535561220481"></video>

If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.

Ver la solución en mensaje original publicado

0 Me gusta
5 Respuestas 5
Jsum
Asesor destacado

Audio in my video in a landing page

resolver

@Janette,

 

Your embed code has some quotation misuse. It look like @Janette's version has the quotations fixed. When you quotations get confused then so do your attributes and values so there is no telling what rules you actually applied to the video or how it was effected. Always gotta check the quotions.

 

Need help? Hire Us Here

bkavade
Participante

Audio in my video in a landing page

resolver

I have the same problem. The quotations in my video tag also seem fine. Couldn't find the reason why audio is not coming. Here is the code I have:

 

<div>

<video preload="yes" autoplay="autoplay" loop="loop" width="100%" height="100%">

<source src="<video path>">

</video>

</div>

0 Me gusta
tjoyce
Solución
Experto reconocido | Partner nivel Elite
Experto reconocido | Partner nivel Elite

Audio in my video in a landing page

resolver

@Janette - you should remove the "muted" attribute. I think the embed code you're looking for should be this.

<video width="780px" height="auto" preload="yes" autoplay="autoplay" loop="loop"><source src="https://cdn2.hubspot.net/hubfs/491090/iNBest.Cloud-TemplateAlthea/Videos/INE/INE_Caso_de_%C3%A9xito_1%20-%20converted.mp4?t=1535561220481"></video>

If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.

0 Me gusta
Janette
Participante

Audio in my video in a landing page

resolver

@tjoyce I tell you that is correct the code as you gave me.

 

Thanks.

Janette
Participante

Audio in my video in a landing page

resolver

Hi @tjoyce

 

I have added the code that you tell me. But it does not work the video it no longer place. 

I remain to your comments.

Regards.

0 Me gusta