gallery style fixes
This commit is contained in:
parent
c87e0ed7f6
commit
79b36b8049
11 changed files with 23 additions and 2 deletions
|
@ -14,6 +14,25 @@ const mediaData = [
|
|||
'/static/images/media/photos/ashes-of-autumn/04.jpg',
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'video',
|
||||
title: 'Drum recording',
|
||||
data: 'lsbf4G8CbFs',
|
||||
},
|
||||
{
|
||||
type: 'photos',
|
||||
title: 'Live at The Metal Bar',
|
||||
data: [
|
||||
'/static/images/media/photos/live-at-metal-bar/01.jpg',
|
||||
'/static/images/media/photos/live-at-metal-bar/02.jpg',
|
||||
'/static/images/media/photos/live-at-metal-bar/03.jpg',
|
||||
'/static/images/media/photos/live-at-metal-bar/04.jpg',
|
||||
'/static/images/media/photos/live-at-metal-bar/05.jpg',
|
||||
'/static/images/media/photos/live-at-metal-bar/06.jpg',
|
||||
'/static/images/media/photos/live-at-metal-bar/07.jpg',
|
||||
'/static/images/media/photos/live-at-metal-bar/08.jpg',
|
||||
],
|
||||
},
|
||||
]
|
||||
|
||||
export default mediaData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue