This website requires JavaScript.
Explore
Help
Sign In
mandlm
/
WebSlider
Watch
1
Star
0
Fork
You've already forked WebSlider
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
30ee37bf74
WebSlider
/
config.py
6 lines
86 B
Python
Raw
Normal View
History
Unescape
Escape
Serve a random image from imgfolder on /random_image endpoint
2018-11-03 13:00:06 +00:00
imgdir
=
"
.
"
Added option so serve images recursively
2018-11-10 17:28:52 +00:00
recursive
=
True
Configure refresh via config file
2018-11-05 21:01:57 +00:00
refresh
=
5
Added cachedir=auto config option
2018-11-10 19:31:34 +00:00
cachedir
=
"
auto
"
Expand ~ in source dir path
2018-11-10 15:23:04 +00:00
resolution
=
(
1920
,
1080
)