Home › Forums › CSS › [Solved] Getting a background image to 'fit' › Reply To: [Solved] Getting a background image to 'fit'
September 23, 2014 at 3:37 pm
#184399
Participant
I think I have got it now with this:
background-image:url(../images/bg.png);
background-size: 80% 160%;
background-position:left top;
background-repeat:repeat-x;
Many thanks!