Forums

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

Home Forums CSS complete novice needs help Reply To: complete novice needs help

#286363
uxfed
Participant

The CSS you’re looking for is background-size: cover. You may want to change how you’re setting the image using inline styles from background to background-image and put the other background styles in your CSS file since that will override background-size. If you don’t want to do that, instead use background-size: cover !important (though this isn’t best-practice).