Okay
  Public Ticket #848364
Video version MOBILE
Closed

Comments

  • Daniel started the conversation

    The background video version does not work when I put on a mobile phone What happens ?

    everything looks black and does nothing .

  •  840
    Jelly replied

    Hi,

    Maybe you can provide website url so I can check it?

    Best Regards,
    Jelly Team

  • Daniel replied

    http://pianistaja.com/


    In the mobile phone the video is not displayed . It is wrong

    A solution please? Thanks you

  •  840
    Jelly replied

    Hi,

    I had mistake and not inform for you from first replied, so sorry. The mobile device can't play background video, it's the restriction from mobile device and jquery script. It's impossible to make it work.

    I can help you set a background image in mobile with this custom style:

    @media screen and (max-width: 768px) {
    .intro {
    background-image: url('please insert where your image');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }
    }

    Please put it in the end of the file: styles/main.css.

    Best Regards,
    Jelly Team