Fix video previews for embeds

pull/530/head
Omar Roth 6 years ago
parent 2faa2ed1f4
commit e04b7d0f01
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2

@ -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 %>

Loading…
Cancel
Save