# 图片文件夹路径
$imageFolder = 'img/';
# 需要展示的类型
$imageTypes = '{*.jpg,*.JPG,*.jpeg,*.JPEG,*.png,*.PNG,*.gif,*.GIF}';
# 是否按名称排序
# 否则按时间排序
$sortByImageName = false;
forked from tennisfar/show-all-images-in-a-folder-with-php
-
Notifications
You must be signed in to change notification settings - Fork 0
ByExperience/show-images-in-folder
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
🖼️展示一个文件夹中的所有图片(deprecated)
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 67.9%
- CSS 18.5%
- HTML 13.6%