mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-03 10:25:07 +01:00
more photos
This commit is contained in:
parent
86ff85f3df
commit
a7f654805f
BIN
content/photos/2018-01-15-fusca-e-pichacao.jpg
Normal file
BIN
content/photos/2018-01-15-fusca-e-pichacao.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 MiB |
9
content/photos/2018-01-15-fusca-e-pichacao.md
Normal file
9
content/photos/2018-01-15-fusca-e-pichacao.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
type: photo
|
||||
date: 2018-01-15T00:00:00.000Z
|
||||
|
||||
title: Fusca e Pichação
|
||||
image: 2018-01-15-fusca-e-pichacao.jpg
|
||||
---
|
||||
|
||||
São Paulo, Brasil
|
BIN
content/photos/2018-01-17-boa-viagem.jpg
Normal file
BIN
content/photos/2018-01-17-boa-viagem.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
9
content/photos/2018-01-17-boa-viagem.md
Normal file
9
content/photos/2018-01-17-boa-viagem.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
type: photo
|
||||
date: 2018-01-17T00:00:00.000Z
|
||||
|
||||
title: Boa Viagem
|
||||
image: 2018-01-17-boa-viagem.jpg
|
||||
---
|
||||
|
||||
Boa Viagem, Recife, Brasil
|
BIN
content/photos/2018-07-02-nine-inch-nails-zitadelle.jpg
Normal file
BIN
content/photos/2018-07-02-nine-inch-nails-zitadelle.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 972 KiB |
9
content/photos/2018-07-02-nine-inch-nails-zitadelle.md
Normal file
9
content/photos/2018-07-02-nine-inch-nails-zitadelle.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
type: photo
|
||||
date: 2018-07-02T00:00:00.000Z
|
||||
|
||||
title: Nine Inch Nails, Zitadelle
|
||||
image: 2018-07-02-nine-inch-nails-zitadelle.jpg
|
||||
---
|
||||
|
||||
Nine Inch Nails at Zitadelle Spandau, Berlin, Germany.
|
@ -30,7 +30,7 @@ const providers = {
|
||||
}
|
||||
|
||||
class ExifMap extends PureComponent {
|
||||
state = { zoom: 8 }
|
||||
state = { zoom: 12 }
|
||||
|
||||
static propTypes = {
|
||||
gps: PropTypes.object
|
||||
@ -38,7 +38,7 @@ class ExifMap extends PureComponent {
|
||||
|
||||
zoomIn = () => {
|
||||
this.setState({
|
||||
zoom: Math.min(this.state.zoom + 4, 16)
|
||||
zoom: Math.min(this.state.zoom + 4, 20)
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user