CreatBotMainsail/docs/themes/backgrounds.md

1.2 KiB

layout title parent nav_order permalink description
default Backgrounds Theming 10 /theming/backgrounds Place some background images to give Mainsail its own look with ease.

{{ page.title }}

{{ page.description }}

At the moment there are two background images that can be set. In the sidebar- and mainview.

screenshot{:width="50%"}

For uploads you can use the built-in file manager. (Settings > Machine)

Sidebar background image

Just load a background image into your .theme folder and name it sidebar-background.<extension>.

| Filename | sidebar-background | | Valid file extensions | .jpg, .png, .gif and .svg | | Recommended image size | 300x1000px |

Mainview background image

Upload a background image into your .theme folder and name it main-background.<extension>.

| Filename | main-background | | Valid file extensions | .jpg, .png, .gif and .svg |

Please note: By default, the background image is stretched to the entire area.
For example, if you want a repeating pattern, you also need to use custom css. {: .info}