Viewing 3 replies - 16 through 18 (of 18 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Hmm I can still see your social icons, try clearing your browser’s cache.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Do you think I should downsize the image size and go again with a revised image?

    You can always provide downsized images for smaller devices, e.g.:

    @media screen and (max-width: 320px) {
     body {
      background-image: url(path-to-downsized-image.png);
     }
    }
    
    body {
     background-size: cover;
     background-repeat; no repeat;
     background-image: url("https://www.iqbalabdullah.com/wp-content/uploads/2014/07/Background.jpg");
    }

    Thread Starter Chris Thomas

    (@chrisstreetcreditscouk)

    Thank you, I have added this code above.

    Still not sure about my image size since I just changed to 1280 x 1024 from 1920 px and I lost some of the page again.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Background image size for twenty fourteen theme’ is closed to new replies.