Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

White space under website on mobile devices

  • 16-08-2013 01: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

  • Registered Users, Registered Users 2 Posts: 2,559 ✭✭✭KonFusion


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


Advertisement