Add pics from east pocket
This commit is contained in:
parent
88b8d4a1d8
commit
78e5f26650
BIN
data/gallery/_DSC6060.jpg
(Stored with Git LFS)
Normal file
BIN
data/gallery/_DSC6060.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
data/gallery/_DSC6062.jpg
(Stored with Git LFS)
Normal file
BIN
data/gallery/_DSC6062.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
data/gallery/_DSC6066.jpg
(Stored with Git LFS)
Normal file
BIN
data/gallery/_DSC6066.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -49,7 +49,7 @@ const MasonryGallery = ({ images, itemsPerRow: itemsPerRowByBreakpoint }) => {
|
|||||||
? // image is only one in row
|
? // image is only one in row
|
||||||
100 / itemsPerRow
|
100 / itemsPerRow
|
||||||
: // image is one of several in row
|
: // image is one of several in row
|
||||||
((ar / rowAspectRatioSum) * 100).toFixed(5);
|
((ar / rowAspectRatioSum) * 100).toFixed(7);
|
||||||
|
|
||||||
const width = `${widthNumber}%`;
|
const width = `${widthNumber}%`;
|
||||||
return (
|
return (
|
||||||
|
@ -197,19 +197,20 @@ export const query = graphql`
|
|||||||
sourceInstanceName: { eq: "gallery" }
|
sourceInstanceName: { eq: "gallery" }
|
||||||
base: {
|
base: {
|
||||||
in: [
|
in: [
|
||||||
"20160530-DSC09108.jpg"
|
"20160530-DSC09108.jpg" # portrait red flowers
|
||||||
"20200215-DSC02694.jpg"
|
"DSC00201.jpg" # duck
|
||||||
"DSC00201.jpg"
|
"DSC04905.jpg" # purple layers
|
||||||
"DSC04905.jpg"
|
"DSC05761.jpg" # monument valley
|
||||||
"DSC05761.jpg"
|
"DSC05851.jpg" # utahn highway sunset
|
||||||
"DSC05851.jpg"
|
"DSC06245.jpg" # snowy milky way
|
||||||
"DSC06245.jpg"
|
"DSC08521.jpg" # firepit bloom j&e
|
||||||
"DSC08511.jpg"
|
"DSC07490.jpg" # house on prairie
|
||||||
"DSC08521.jpg"
|
"DSC02538.jpg" # portrait pink cactus bloom
|
||||||
"DSC07490.jpg"
|
"20190624-DSC00771.jpg" # glacier forest fog
|
||||||
"DSC02538.jpg"
|
"DSC00237.jpg" # cotton candy clouds
|
||||||
"20190624-DSC00771.jpg"
|
"_DSC6066.jpg" # wildflowers in rear view
|
||||||
"DSC00237.jpg"
|
"_DSC6062.jpg" # field of wildflowers
|
||||||
|
"_DSC6060.jpg" # edge of the world
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user