vanucci Active member Oct 24, 2015 #1 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
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
Lisa Well-known member Oct 24, 2015 #2 Use CSS. Code: background-size: cover; Although, if you want it to the entire webpage, the image needs to be in HTML, not body. Upvote 0 Downvote
Use CSS. Code: background-size: cover; Although, if you want it to the entire webpage, the image needs to be in HTML, not body.
vanucci Active member Oct 24, 2015 #3 thank you for the reply, i added the background-size: cover; to extra.css but nothing changed, so i mst be doing it wrong Upvote 0 Downvote
thank you for the reply, i added the background-size: cover; to extra.css but nothing changed, so i mst be doing it wrong
Lisa Well-known member Oct 24, 2015 #4 vanucci said: thank you for the reply, i added the background-size: cover; to extra.css but nothing changed, so i mst be doing it wrong Click to expand... No, just add it to the css part of the SP you've edited. So if in the Body SP, add it there. Upvote 0 Downvote
vanucci said: thank you for the reply, i added the background-size: cover; to extra.css but nothing changed, so i mst be doing it wrong Click to expand... No, just add it to the css part of the SP you've edited. So if in the Body SP, add it there.