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!