Reply To: Background Images Not Set To Cover Under 1800px

Homepage Community Forums Aspire Theme Support Background Images Not Set To Cover Under 1800px Reply To: Background Images Not Set To Cover Under 1800px

#18799
Wayne
Customer

    Wes, I know you changed the settings in the regular CSS, but this is in the responsive CSS. I am running Version: 1.1.2 and the mobile CSS still reads auto.

    @media only screen and (max-width: 1800px)
    .front-page-1, .front-page-4, .front-page-5, .front-page-7, .front-page-9, .front-page-12 {
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
    }

    Can I just change to cover with no other adverse affects?