Mobile app version of vmapp.org
Login or Join
Samaraweera207

: 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/

@Samaraweera207

Posted in: #Background #Gif #WebsiteDesign

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

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Samaraweera207

1 Comments

Sorted by latest first Latest Oldest Best

 

@Steve758

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 :)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme