Skip to content

Commit

Permalink
Kolding Museum Living Image added
Browse files Browse the repository at this point in the history
  • Loading branch information
nigina23 authored and tjorbo committed Sep 9, 2024
1 parent 18ac693 commit f025005
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/store/modules/institution.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,33 @@ export default {
30
)
)
} else if (institution.id === 'act0002644') { /* Staldgarden Museum Kolding */
institution.livingImages.push(
new LIMarker(
'jenny',
'Jenny ENG',
baseUrl + 'Living Images Jenny ENG - Cover photo.jpg',
baseUrl + 'Living Images Jenny ENG - Cover photo',
baseUrl + 'Living Images Jenny ENG.mp4',
1920,
1080,
0.454,
30,
30
),
new LIMarker(
'walther',
'Walther ENG',
baseUrl + 'Living Images Walther ENG - Cover photo 1.jpg',
baseUrl + 'Living Images Walther ENG - Cover photo 1',
baseUrl + 'Living Images Walther ENG.mp4',
1920,
1080,
0.454,
30,
30
)
)
}
commit('save', institution)
console.log('Daten geladen', institution)
Expand Down

0 comments on commit f025005

Please sign in to comment.