diff --git a/gatsby/src/components/GalleryImage.js b/gatsby/src/components/GalleryImage.js
index 06367d6..bd16d50 100644
--- a/gatsby/src/components/GalleryImage.js
+++ b/gatsby/src/components/GalleryImage.js
@@ -36,7 +36,7 @@ const GalleryImage = ({ data }) => {
style={getVibrantToHelmetSafeBodyStyle(vibrant)}
/>
- back
+ back
1 ? 'flex-col' : 'flex-row-reverse')} style={{ margin: '0 5vw' }}>
@@ -82,7 +82,7 @@ export const query = graphql`
# placeholder: BLURRED
placeholder: DOMINANT_COLOR
# placeholder: TRACED_SVG
- height: 2048
+ height: 2160
)
fields {
imageMeta {
diff --git a/gatsby/src/pages/index.js b/gatsby/src/pages/index.js
index 32709e5..5aa11cf 100644
--- a/gatsby/src/pages/index.js
+++ b/gatsby/src/pages/index.js
@@ -36,7 +36,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => {
{
Photo Gallery
-
>);
};
@@ -84,7 +83,9 @@ export const query = graphql`
allFile(
filter: {
sourceInstanceName: {eq: "gallery"},
- base: {nin: ["DSC01699.jpg", "DSC02981.jpg", "_DSC4155.jpg", "DSC02538.jpg", "DSC05851.jpg"]}
+ # base: {nin: ["DSC01699.jpg", "DSC02981.jpg", "_DSC4155.jpg", "DSC02538.jpg", "DSC05851.jpg"]}
+ # no vertical images
+ childrenImageSharp: {elemMatch: {fluid: {aspectRatio: {gte: 1.4}}}}
}
) {
edges {