Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1283659

    hello, ive just put link in the background of an contentsection.
    its a youtube video.
    works well on my pc, and its starting automatically.

    but in my mobile not so.
    even after putting ?autoplay=1 behind the link.

    1.is there a solution?

    2. and imagine i decide later on not to show the movie on mobile – but only on larger screens – i could go for the “hide video on mobiles” option.
    but could i get some alternate content than, like a pic?

    best regards, jelle

    • This topic was modified 3 years, 9 months ago by yampieters.
    #1283800

    this one you can close
    i have found the snippet

     /* Section mobile bg image*/
    @media only screen and (max-width: 767px) {
    #top #section-mobile-bg {
       background-image: url(https://your-site.com/image.jpg)!important;
       background-position: 0% 50%!important;
    }
    }

    best regards, jelle

    • This reply was modified 3 years, 9 months ago by yampieters.
    #1284123

    Hi yampieters,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘youtube on mobile’ is closed to new replies.