Skip to content

Commit

Permalink
use thumbs service
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcrane committed Feb 11, 2024
1 parent 836dae3 commit 662c3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LeedsExperiment/Dashboard/Views/IIIF/SyncStatus.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
else
{
<a href="https://portal.dlcs-trial.digirati.io/Images/@(kvp.Value.Space)/@(kvp.Value.ModelId)">IIIF Resource</a>
<a href="https://portal.dlcs-trial.digirati.io/Images/@(kvp.Value.Space)/@(kvp.Value.ModelId)"><img style="max-height: 30px" src="@(kvp.Value.ImageService)/full/!100,100/0/default.jpg" /></a>
<a href="https://portal.dlcs-trial.digirati.io/Images/@(kvp.Value.Space)/@(kvp.Value.ModelId)"><img style="max-height: 30px" src="@(kvp.Value.ThumbnailImageService)/full/!100,100/0/default.jpg" /></a>
}
}
</td>
Expand Down

0 comments on commit 662c3be

Please sign in to comment.