diff options
Diffstat (limited to 'album/coloUrs-and-mayhem-universe-a.yaml')
-rw-r--r-- | album/coloUrs-and-mayhem-universe-a.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/album/coloUrs-and-mayhem-universe-a.yaml b/album/coloUrs-and-mayhem-universe-a.yaml index c9a02335..3ff81a97 100644 --- a/album/coloUrs-and-mayhem-universe-a.yaml +++ b/album/coloUrs-and-mayhem-universe-a.yaml @@ -33,13 +33,13 @@ Banner File Extension: png Wallpaper Parts: - Asset: bg-left.png Style: |- - background-position-x: 1%; + background-position-x: calc(1.5% + 0.5 * min(0px, 100vw - 1380px / 1206px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; - Asset: bg-right.png Style: |- - background-position-x: 99%; + background-position-x: calc(98.5% - 0.5 * min(0px, 100vw - 1380px / 1206px * 100vh)); background-size: contain; background-repeat: no-repeat; opacity: 1; |