wallpaper: fixed image rendering on ios

This commit is contained in:
Philippe Loctaux 2023-06-03 17:48:58 +02:00
parent a62c6aca0b
commit 17bf689f2f

View file

@ -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 -->