Wallpaper Engine
Оцінок: 217
Your Name with Snowfall
   
Нагородити
До улюбленого
В улюблених
Прибрати
Type: Web
Age Rating: Everyone
Genre: Unspecified
Resolution: Dynamic resolution
Category: Wallpaper
Розмір файлу
Додано
Оновлено
2.324 MB
25 груд. 2016 о 22:10
26 груд. 2016 о 19:28

Підпишіться, аби завантажити
Your Name with Snowfall

Опис
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
Allen Shieh  [автор] 1 січ. 2017 о 0:29 
这么一说《你的名字。》确实有下雪的场景可以做一个!
*-*// 31 груд. 2016 о 2:05 
为什么是夏天,但是下雪的效果。。个人观点:steammocking:
Elliot 26 груд. 2016 о 22:58 
提一个建议,把jquery-1.12.4.min.js这个文件存到本地,因为一直没有出现雪花,然后看了源代码发现这个文件是需要访问网络的
Allen Shieh  [автор] 26 груд. 2016 о 18:41 
我也膜一下大佬。非常感谢!:steamhappy:
Aureliano 26 груд. 2016 о 18:07 
膜大佬:KneelingBow:
MaxZZZ 26 груд. 2016 о 18:04 
先膜一下大佬
BOT  [автор] 26 груд. 2016 о 17:47 
程序猿来解决问题了,要适配自己的屏幕需要在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  [автор] 26 груд. 2016 о 6:08 
仍然出现图片显示问题的朋友,非常抱歉我暂时不知道是什么原因。本人还没有系统学习网页编程,不过各位可以尝试更改index.html文件里的参数,或者将原图片文件改成自己喜欢的背景。
toyama 26 груд. 2016 о 5:45 
或者说是图片显示的太大了
toyama 26 груд. 2016 о 5:44 
我的电脑分辨率就是1920*1080的,试着把高改成了720之后滚条消失了,但是图片在电脑上还是显示不全。。