Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1072016

    Hi
    Please check this topic for the same question/request.

    Regards

    albatrozdigital Friend
    #1072116

    Hi!

    I have seen the post and searched for the options but can’t find a way to do this.
    Injecting javascript in the page doesn’t seem to work, i think i have to change the source code of ACM hero.
    Does vimeo work the same? Or with vimeo the video works without sound?

    Thanks

    albatrozdigital Friend
    #1072132

    Hi! After my searches on the web, i found that adding "&mute=1" to the url, the video is muted.

    So, i changed the file:

    uber/acm/hero/style-4.php

    the line:

    $video_src = '//www.youtube.com/embed/' . trim($arr[1]) . '?playlist=' . trim($arr[1]) . '&autoplay=1&loop=1&html5=1';

    to:

    $video_src = '//www.youtube.com/embed/' . trim($arr[1]) . '?playlist=' . trim($arr[1]) . '&autoplay=1&loop=1&html5=1&mute=1';

    And its working.

    I think this could be the answer.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  albatrozdigital 7 years ago.

The topic ‘ACM module hero:style 6 with youtube video, disable sound’ is closed to new replies.