Wallpaper Engine

Wallpaper Engine

Not enough ratings
How to set .GIFs is your wallpaper
By Kippykip
Since Wallpaper Engine supports .html files, we can set an animated GIF as a wallpaper through this way.
Create a new text file next to your desired .GIF file, call it something like "wallpaper.html".
Open that file in something like Notepad++ (or just Notepad) and paste this below:

<html> <head> <style> img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -webkit-optimize-contrast; image-rendering: -webkit-crisp-edges; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: pixelated; } body { background-color: #000000; overflow: hidden; } </style> </head> <center> <img src="filename.gif" height="100%"> </center> </html>

Change the "filename.gif" to whatever picture you want as your background.
You can also make it stretch to fullscreen by using this instead:
<img src="filename.gif" width="100%" height="100%">

If the GIF is taller vertically, replace the line I had in the copy-code with this instead.
<img src="filename.gif" width="100%">

You can edit the border color by changing the numbers after the "background-color" area (#RRGGBB, Red Green Blue).
It's easy to find hex color code generators off Google if you're unfamiliar with hex.
background-color: #000000;

Now save the edit in your text editor, go to wallpaper engine and click "Open from File" then click your saved "wallpaper.html" file (or whatever you called it).
Tada! Animated GIF wallpapers!
   
Award
Favorite
Favorited
Unfavorite
Creating the HTML
3 Comments
VoidBreakr 18 Sep, 2020 @ 4:44pm 
Finally an actually useful guide and not a guide that just has a picture of an anime character. Thank you for this, i've been trying to figure this out for a while.
Kippykip  [author] 10 Aug, 2019 @ 10:24pm 
ok ni-
comndrum 10 Aug, 2019 @ 1:26pm 
FUCK you RETARt