• Resolved pokay

    (@pokay)


    Dear all,

    I’ve uploaded a custom background with relevant information in it, however when i open it on my mobile phone it only shows a part of it vertically. If i turn my phone horizontally if shows the whole background.

    How can i adjust this to show the whole background on mobile phone when turned vertically as well?

    Thanks so much for the help!

    Kind regards,

    Tjong

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author NiteoThemes

    (@niteo)

    Hello, yes there is no way around it – background image or video is designed to display in full-screen on all devices, which means sometimes it gets cropped.

    You can use this CSS to keep aspect ratio on mobile devices:

    @media only screen and (max-width : 768px) {
        #background-wrapper{ background-size: contain }
    }

    Alex

Viewing 1 replies (of 1 total)
  • The topic ‘Custom background cropped in mobile’ is closed to new replies.