Fix video previews for embeds

This commit is contained in:
Omar Roth 2019-05-06 10:28:20 -05:00
parent 2faa2ed1f4
commit e04b7d0f01
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ player.httpSourceSelector();
<% end %>
player.vttThumbnails({
src: 'api/v1/storyboards/<%= video.id %>?height=90'
src: location.origin + '/api/v1/storyboards/<%= video.id %>?height=90'
});
<% if !params.listen && params.annotations %>