Viewer: Fix responsive and positioning
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
// Fields
|
||||
const fields = [
|
||||
'id', 'name', 'slug', 'date', 'image.private_hash',
|
||||
'location.id', 'location.name', 'location.slug', 'location.country.name', 'location.country.slug'
|
||||
'location.id', 'location.name', 'location.slug',
|
||||
'location.country.name', 'location.country.slug'
|
||||
]
|
||||
const req = await this.fetch(`${apiEndpoints.rest}/items/photos?fields=${fields.join()}&filter[location.slug][rlike]=%${page.params.place}%`)
|
||||
const photos = await req.json()
|
||||
|
||||
Reference in New Issue
Block a user