Wallpaper Engine

Wallpaper Engine

217 ratings
Your Name with Snowfall
   
Award
Favorite
Favorited
Unfavorite
Type: Web
Age Rating: Everyone
Genre: Unspecified
Resolution: Dynamic resolution
Category: Wallpaper
File Size
Posted
Updated
2.324 MB
25 Dec, 2016 @ 10:10pm
26 Dec, 2016 @ 7:28pm
3 Change Notes ( view )

Subscribe to download
Your Name with Snowfall

Description
Your Name with Snowfall.
https://github.com/AllenShieh/WallpaperEngineProjects
I have update the project according to the solution below. If you have any further problem, please leave a comment.

If you found there is a sliding bar on the right side of your screen, here is the solution (provided in the comments below):
1. Find the file 'index.html' in the directory 'steamapp/workshop/content/$number$/$number$/'.
2. Edit it with any text editor.
3. Find 'background-image: url();' and change it into:
body{
background-image: url("your_name.jpg");
background-size: cover;
}
4. Find '$('body').flurry' and change it into:
var height = $(document).height();
$('body').flurry({
...
color: "white",
height: height,
frequency: 200,
...
});
5. Save and refresh.

Thanks to everyone who commented and provided solutions to fix the potential bugs.
14 Comments
Allen Shieh  [author] 1 Jan, 2017 @ 12:29am 
这么一说《你的名字。》确实有下雪的场景可以做一个!
*-*// 31 Dec, 2016 @ 2:05am 
为什么是夏天,但是下雪的效果。。个人观点:steammocking:
Elliot 26 Dec, 2016 @ 10:58pm 
提一个建议,把jquery-1.12.4.min.js这个文件存到本地,因为一直没有出现雪花,然后看了源代码发现这个文件是需要访问网络的
Allen Shieh  [author] 26 Dec, 2016 @ 6:41pm 
我也膜一下大佬。非常感谢!:steamhappy:
Aureliano 26 Dec, 2016 @ 6:07pm 
膜大佬:KneelingBow:
MaxZZZ 26 Dec, 2016 @ 6:04pm 
先膜一下大佬
BOT  [author] 26 Dec, 2016 @ 5:47pm 
程序猿来解决问题了,要适配自己的屏幕需要在index.html里面加两句代码。首先在steamapp/workshop/content/目录下面找到index.html,右键编辑,在第15行至17行代码:body{background-image: url("your_name.jpg");}的花括号中加入background-size: cover;
然后,在第28行代码:$( document ).ready( function() {的下一行粘贴这一句:var height = $(document).height(); 最后在第33行将height: 1080改成height: height(注意保留该行代码后面的逗号)。 然后保存,重新加载桌面壁纸就大功告成了:steammocking:
Allen Shieh  [author] 26 Dec, 2016 @ 6:08am 
仍然出现图片显示问题的朋友,非常抱歉我暂时不知道是什么原因。本人还没有系统学习网页编程,不过各位可以尝试更改index.html文件里的参数,或者将原图片文件改成自己喜欢的背景。
toyama 26 Dec, 2016 @ 5:45am 
或者说是图片显示的太大了
toyama 26 Dec, 2016 @ 5:44am 
我的电脑分辨率就是1920*1080的,试着把高改成了720之后滚条消失了,但是图片在电脑上还是显示不全。。