Skip to content
Snippets Groups Projects
Commit 98d5a6ae authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

gallery finally working yay

parent 195844e0
No related branches found
No related tags found
No related merge requests found
/* */
import PhotoAlbum from "react-photo-album";
const images = [
{src:"https://static.igem.wiki/teams/5247/photos/meetup/badges.jpeg", width: 320, height: 212},
{src:"https://static.igem.wiki/teams/5247/photos/meetup/joern.jpeg", width: 320, height: 212},
......@@ -38,11 +38,7 @@ export default function BFHGallery(){
return(
<div>
{/*
<Gallery images={images} enableImageSelection={false}/>
*/}
<PhotoAlbum layout="rows" photos={images} />;
</div>
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment