Fit background image to div

I have a background image in the following div, but the image gets cut off:

 <div style="text-align:center;background-image: url(/media/img_1_bg.jpg);background-repeat:no-repeat;width:450px;height:900px;" id="mainpage" align="center">

Is there a way to show the background image without cutting it off?

6 Answers
6

Leave a Comment