Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

White space under website on mobile devices

Options
  • 16-08-2013 1:55pm
    #1
    Closed Accounts Posts: 3,596 ✭✭✭


    Hi

    I'm having trouble with a huge white space under my background image on mobile devices, but only when they are in portrait mode, when I change to landscape it works fine

    Here's the css code, I have taken all other elements out
    html,body{
    
    background: url('july.jpg') no-repeat ; 
     background-image:url('july.png');
    background-repeat:no-repeat;
    background-size: 100%;
    
     }
    

    Anyone got any suggestions ?


Comments

  • Moderators, Education Moderators, Technology & Internet Moderators Posts: 2,588 Mod ✭✭✭✭KonFusion


    I imagine it's to do with the aspect ratio/height of the background image.


Advertisement