• Hi,

    I’m using a background picture in my jumbotron. It looks good on desktop, but really bad in mobile.

    Can I hide the picture in mobile somehow? Or make it responsive? I have tried with different kind of pictures but nothing works.

    Thank you!

    Site: natasha.my

Viewing 1 replies (of 1 total)
  • Can you please try this:

    
    background-image:url('../images/yourimage.png');
    background-repeat:no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;
    
Viewing 1 replies (of 1 total)
  • The topic ‘The jumbotron picture not showing in mobile’ is closed to new replies.