wallpaper: fixed image rendering on ios
This commit is contained in:
parent
a62c6aca0b
commit
17bf689f2f
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const location2 = locationRest.join(",");
|
||||||
|
|
||||||
<div class="bg-gradient-to-r from-red-900 via-teal-900 to-fuchsia-900">
|
<div class="bg-gradient-to-r from-red-900 via-teal-900 to-fuchsia-900">
|
||||||
<div
|
<div
|
||||||
class="relative text-white w-full h-almostscreen bg-center bg-fixed bg-cover"
|
class="relative text-white w-full h-almostscreen bg-center bg-scroll bg-cover"
|
||||||
style=`background-image: url(${wallpaper.file});`
|
style=`background-image: url(${wallpaper.file});`
|
||||||
>
|
>
|
||||||
<!-- Content inside -->
|
<!-- Content inside -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue