Skip to content

Commit

Permalink
Add thumbnails to audio + video
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Jul 22, 2024
1 parent a6ba81b commit dfc64f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/viewer/VideoViewer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
export let asset;
</script>

<Video src={asset.versions.original.url} controls />
<Video src={asset.versions.original.url} poster={asset.versions.preview.url} controls />

0 comments on commit dfc64f5

Please sign in to comment.