: Trying to create an ultrawide wallpaper with a gif I am trying to make a 3440x1440 wallpaper with a single gif. The result I am looking for is like from this website http://girigiri.love/
I am trying to make a 3440x1440 wallpaper with a single gif. The result I am looking for is like from this website girigiri.love/
You can see how the single gif fills up the entire screen in grids.
Any ideas? :D
More posts by @Samaraweera207
1 Comments
Sorted by latest first Latest Oldest Best
That site (who couldn't love it by the way?! haha). Is in reality simply repeating single images across its background.
For instance this frame:
Then you'd simply apply that with:
body {
background-image: url("/img/your.gif");
}
No need to specify background-repeat: repeat, it's default.
That would fill the entire browser content area with copies of that image.
What they did on top of that is a bunch of JavaScript to change the background images as per a timing routine.
The JavaScript required is more a stackoverflow question, so I'd be pleased to answer it over there :)
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.