Background image size

Home Forums Gillion Theme Background image size

Home Forums Gillion Theme Background image size

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Kuldas
    Participant

    Hello,

    I would like to ask what size image to use for the background on the web page.
    If I upload an image size of 1920×1080, it stretches strangely.

    I watched the demo – https://gillion.shufflehound.com/home/background-image/, but the image is too large (4000×4413).

    Is there any specific size or possibility to set exact parameters for displaying the background?

    Hi @Kuldas,

     

    I hope you are well today and thank you for your question.

     

    There isn’t any specific requirement of background image size so you can set any image there.

     

    If you don’t want the image to stretch then add the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    body {
        background-size: initial !important;
        background-position: center top !important;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)