The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    Issue with the background image

    akat0sh
    akat0sh
    New Member


    Posts : 2
    Reputation : 1
    Language : English

    In progress Issue with the background image

    Post by akat0sh February 16th 2017, 10:22 pm

    The background for my forum always repeats itself and doesn't scale properly. The default image is set at 1366 x 768, which is the same resolution as my laptop monitor, however, when I upload the image as a backgrouns image for my forum, it decreases in size and automatically repeats itself. How do I fix this?

    bwi

    If there is any coding that needs to be done, I'll have to be talked through it since I do not know how to code.

    http://dragonballera.forumotion.com/
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Issue with the background image

    Post by SLGray February 16th 2017, 11:06 pm

    Did you check the fixed background box?



    Issue with the background image Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15391
    Reputation : 1709
    Language : English,Greek
    Location : Greece

    In progress Re: Issue with the background image

    Post by skouliki February 16th 2017, 11:25 pm

    Try to add this code in your css

    Code:
    body {
        background-size: 100%;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }


      Current date/time is November 11th 2024, 7:34 pm