New Landing How can we help? Atelier Remove related videos on youtube full screen…

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #283734
    teddyden
    Member
    Post count: 195

    Hi,

    How can I remove the related video on a youtube video on full screen.
    I tried the plugin but it doesnt remove the suggested/ related video.
    thanks

    #284011
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this to your child theme’s functions.php file:

    add_filter( 'sf_youtube_embed_src_params', 'sf_remove_rel' );
    function sf_remove_rel($param){
    $param = '?showinfo=0&controls=1&modestbranding=1&rel=0';
    return $param;
    }
    

    – Kyle

    #284082
    teddyden
    Member
    Post count: 195

    It works on desktop
    but not on mobile.

    #284103
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok I will forward this to my colleague for you to see if he can edit the code

    – Kyle

    #284105
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me login detail to check and resolve the issue.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register