Skip to content

danyalette/image-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-dump

Easily display all the images in a directory.

DEMO

This script generates a thumbnail for each image, and displays the thumbnails in a grid. Clicking on thumbnails opens a lightbox.

###settings

(index.php)

$dir = "images"; //directory containing images

$max_page = 12; //pics per page

###notes

  • requires the PHP GD library
  • you will probably have to change some permissions in order to allow index.php to create the thumbnail directory and save images to that directory

About

display all images in a directory (PHP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published