Home › Forums › CSS › complete novice needs help › Reply To: complete novice needs help
April 15, 2019 at 4:30 pm
#286363
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).