CMS Development

Janette
Teilnehmer/-in

Audio in my video in a landing page

lösung

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 Akzeptierte Lösung
tjoyce
Lösung
Trendsetter/-in | Elite Partner
Trendsetter/-in | Elite Partner

Audio in my video in a landing page

lösung

@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.

Lösung in ursprünglichem Beitrag anzeigen

0 Upvotes
5 Antworten
Jsum
Autorität

Audio in my video in a landing page

lösung

@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
Teilnehmer/-in

Audio in my video in a landing page

lösung

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 Upvotes
tjoyce
Lösung
Trendsetter/-in | Elite Partner
Trendsetter/-in | Elite Partner

Audio in my video in a landing page

lösung

@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 Upvotes
Janette
Teilnehmer/-in

Audio in my video in a landing page

lösung

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

 

Thanks.

Janette
Teilnehmer/-in

Audio in my video in a landing page

lösung

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 Upvotes