Close

Youtube video sound on

DarioV
6 years ago
#14467 Quote
Avatar
  • 11
Hi there,

is it possible to get a sound from youtube video that is embeded in Venture theme after pressing "Play"?

Thanks
hristian.dimov
6 years ago
#14468 Quote
Avatar
  • Moderator
  • 386
DarioV wrote:
Hi there,

is it possible to get a sound from youtube video that is embeded in Venture theme after pressing "Play"?

Thanks


Hi Dario,

it is made on purpose to not have the sound of the video because that is the idea of the background video. But anyway, you can easily change it by going to the venture.js file and around line 745 you should see this:

videoSettings = {
    autoplay: 1,
    controls: 0,
    rel: 0,
    showinfo: 0,
    iv_load_policy: 3,
    mute: 1,
    enablejsapi: 1
};

where you can change the "mute" property value to 0 ( not muted ).

Hope this helps!
Regards,
Hristian Dimov
Nop-Templates.com
DarioV
6 years ago
#14469 Quote
Avatar
  • 11
Thank you.

Br,
Dario