chat what would you say the best size for surface images are ? also are they forced to repeat horizontally or can they stretch fully from left side to right side of the page
Reactions
Responses
- around 1920x1080 if you don't want it to repeat, around 128x128 if you do
- you have pretty much complete control over how the background repeats, but it involves CSS (I'm not certain if you can just do it with the surface color setting, or you need to use custom CSS). you would need to change at least one of
background-space
,background-size
, orbackground-repeat
under#page
. I could give you code, but I first need some clarification. which of the following do you want?:
- image is stretched to fit the size of the page
- image is scaled and cropped to fit the size of the page while preserving aspect ratio
- image is stretched from the left side to the right side but repeats vertically