Hi @rnpsrnd, this is not a bug, it’s a feature 🙂
Audio is disabled on the background videos for a reason.
If you need a YouTube video with the audio, please insert YouTube link into CMP Content to display full YouTube Player with controls.
Ales
Hello Team,
Thank you so much for your lovely and amazing plugin. However I would like to play the audio along with the video,is there anyway to make it work? I am a developer so may be if you tell me something and I will make the change in code?
Note: I don’t want to put my video on youtube or somewhere else for security reason.
I would highly appreciate if you could tell me any solution for that:)
Once again thank you so much for your awesome plugin pal.
See you soon.
Plugin Author
Ales
(@alesmal)
Howdy mate, you might try this script to unmute video after it has been loaded:
<script>
window.addEventListener('load', function() {
myBackground.unMute();
});
</script>
You can put it to CMP Settings > SEO > Website Analytics > Other
Let me know if that’s working
Ales
Hello Ales,
Thanks for your response. Unfortunately it is still not working, Sometimes on background video does not comes visible on background becasue of this snipppet.
Here is the site link:https://hanseatic-consult.hamburg/
Please help me.
Thanks!
Sud
After using this script,many of the times video does not gets loaded in mobile and desktop both but if I refresh it 4-5 times then one time it runs. Please tell me some appropriate solution for the same