XF 1.5 resize background image to scale

vanucci

Active member
Licensed customer
is there a way to rescale the background image set in style properties>general>body ?

It would be ideal that no matter natural sioze of my BG image, it rescales to the size of the webpage
 
Use CSS.

Code:
  background-size: cover;

Although, if you want it to the entire webpage, the image needs to be in HTML, not body.
 
Back
Top Bottom