Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Responsive Background

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #235001
    sportfeed
    Participant

    Hi Guys,

    I have a problem with a background on:

    http://www.devitaalmanagers.nl/home

    If you see the bar with fishes (its a background image) if i resize my screen the background stays the same size and don’t resize with my screen. Can anyone tell me how i can fix this?

    Thanx

    #235002
    Shikkediel
    Participant

    You could change this :

    .back1 {
    background-size: 100% 100% !important;
    }
    

    To :

    .back1 {
    background-size: cover;
    background-position: center;
    }
    
    #235003
    gitsraj
    Participant
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.