WIP gallery scrolls to image hash

This commit is contained in:
2022-06-16 00:01:00 -07:00
parent 7b6a3337c9
commit a94cd6b85d
5 changed files with 39 additions and 5 deletions

View File

@@ -44,13 +44,13 @@ const GalleryPage = ({ data }) => {
</h1>
<div className="mx-auto">
<MasonryGallery
images={images}
aspectsByBreakpoint={{
sm: 3.6,
md: 4,
lg: 5,
xl: 6.1,
}}
images={images}
/>
</div>
</div>