• Hello, i want to enable audio on video background. I found this code on another topics

    <script>
    window.addEventListener('load', function() {
    myBackground.unMute();
    });
    </script>

    But the problem is that 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 i need help on this matter

  • The topic ‘Audion in video background’ is closed to new replies.