Wordpress Site - Autoplayers Video but No Sound

Discussion in 'Programming' started by LindseyInteractive, Jun 29, 2021.

  1. #1
    Hello,
    We have a wordpress site which is located at https://nashvillesnextbestof3.com/

    It auto players the video, but there is no sound, here is the code there, so not sure why the sound isn't working.

    <section class="comming_soon">

    <video loop autoplay muted="false" playsinline id="myVideo">
    <source src="<?php echo BASEURL ?>video-files/Final.mp4" type="video/mp4">
    Your browser does not support HTML5 video.
    </video>


    <div class="comming_text">
    <h3>Premieres July 8th</h3>
    </div>
    <div class="content"></div>

    Please let me know if you have any idea.
     
    LindseyInteractive, Jun 29, 2021 IP
  2. Efetobor Agbontaen

    Efetobor Agbontaen Well-Known Member

    Messages:
    138
    Likes Received:
    41
    Best Answers:
    5
    Trophy Points:
    110
    #2
    You must have fixed it cause I opened the link and got a very loud playing video.

    Please disable the autoplay... it makes people want to destroy their computers :(
     
    Efetobor Agbontaen, Jun 29, 2021 IP