Skip to content

Commit

Permalink
deposit: change request api link for thumbnails
Browse files Browse the repository at this point in the history
* request link changed to get best fit size thumbnail for videos
  • Loading branch information
kpsherva authored and egabancho committed May 25, 2018
1 parent 33ba304 commit 7d01aa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function cdsDepositsConfig(

// Initialize url builder
urlBuilderProvider.setBlueprints({
iiif: '/api/iiif/v2/<%=deposit%>:<%=key%>:<%=version%>/full/<%=res%>/0/default.png',
iiif: '/api/iiif/v2/<%=deposit%>:<%=key%>:<%=version%>/full/!<%=res%>/0/default.png',
categories: '/api/categories',
video: '/deposit/<%=deposit%>/preview/video/<%=key%>',
eventInfo: '/hooks/receivers/avc/events/<%=eventId%>',
Expand Down

0 comments on commit 7d01aa5

Please sign in to comment.