Viewing 1 replies (of 1 total)
  • milicua

    (@milicua)

    Hi, it’s quite easy really, but you need to change the code.

    Open the plugin file: fluid-video-embeds.php

    and add &autoplay=1 to the next line.

    before:

    $this->iframe_before_src = ‘<iframe src=”‘;
    $this->iframe_after_src = ‘” width=”100%” height=”100%” frameborder=”0″ webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>’;

    after:

    $this->iframe_before_src = ‘<iframe src=”‘;
    $this->iframe_after_src = ‘&autoplay=1″ width=”100%” height=”100%” frameborder=”0″ webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>’;

    You’ll see it works!

Viewing 1 replies (of 1 total)
  • The topic ‘Autoplay’ is closed to new replies.