Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nico

    (@nico23)

    You can’t do this at this point without altering the code. Maybe later.

    It would be very nice if you would add a shortcode argument for the YouTube embed attribute “controls” and maybe even “showinfo”.

    A filter build_embed function might be another way to allow users to add unique arguments to video urls.

    For now, I have hacked my copy of the plugin to remove the controls and video information on youtube videos. I have edited advanced-responsive-video-embedder\public\class-advanced-responsive-video-embedder.php at line 855 by adding:

    'controls'       => 0,
    'showinfo'       => 0,

    This seems to work… until the next plugin update 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How cam I remove Youtube Controls?’ is closed to new replies.