ISU-WebDevClub / club-website-mark-2

http://webdev.stuorg.iastate.edu
1 stars 0 forks source link

image gallery #8

Open csteamengine opened 7 years ago

csteamengine commented 7 years ago

Make the photo gallery at the bottom of the about page actually pull links from the db. Also, when one is clicked, use some javascript to make that picture pop up to display a carousel with that image selected. Then when a user clicks right or left, it will pan through the images in the order they are in.

Shouldn't be too hard to do without a library, but if you want to import a library that would be fine.

csteamengine commented 7 years ago

Done pulling images from the photo table in the db. Need to add image focus ability. Sort of carousel thing when you click on an image.