add backgroundOpacity option
This commit is contained in:
parent
ef7737e9be
commit
d7be64c3d9
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ export default function Home({ settings }) {
|
||||||
if (settings.background) {
|
if (settings.background) {
|
||||||
wrappedStyle.backgroundImage = `url(${settings.background})`;
|
wrappedStyle.backgroundImage = `url(${settings.background})`;
|
||||||
wrappedStyle.backgroundSize = "cover";
|
wrappedStyle.backgroundSize = "cover";
|
||||||
|
wrappedStyle.opacity = settings.backgroundOpacity ?? 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue