Skip to content

Commit

Permalink
#19051 - bugfix: missing thumbnails for a/v and a/v not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
rafeili committed Oct 3, 2024
1 parent b0256eb commit 97ed7dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"enabled": true,
"paramType": "?"
},
"thumbsEnabled": true,
"thumbsEnabled": false,
"thumbsExtraHeight": 8,
"thumbsImageFadeInDuration": 300,
"thumbsLoadRange": 15,
Expand Down
5 changes: 5 additions & 0 deletions src/iiif-collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"@id": "https://lbiiif-acc.riksarkivet.se/arkis!T0000013/manifest",
"@type": "sc:Manifest",
"label": "Big Buck Bunny (Video)"
},
{
"@id": "https://lbiiif-acc.riksarkivet.se/arkis!T0000235/manifest",
"@type": "sc:Manifest",
"label": "T0000235, en_daares_foersvarstal.mp3 (1 öppen ljudfil)"
}
]
},
Expand Down
3 changes: 1 addition & 2 deletions src/uv-iiif-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
},
"contentLeftPanel": {
"options": {
"defaultToTreeEnabled": true,
"thumbsEnabled": false
"defaultToTreeEnabled": false
}
},
"searchFooterPanel" :{
Expand Down

0 comments on commit 97ed7dd

Please sign in to comment.