Skip to content

Commit

Permalink
Merge pull request #4144 from nulib/5223-download-bug
Browse files Browse the repository at this point in the history
Fix IIIF Image API syntax in download image for v3
  • Loading branch information
kdid authored Sep 10, 2024
2 parents 05477c2 + 8c7cd36 commit f587d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/js/services/global-vars.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export const REACTIVESEARCH_SORT_OPTIONS = [

export const IIIF_SIZES = {
IIIF_SQUARE: "/square/500,500/0/default.jpg",
IIIF_FULL: "/full/full/0/default.jpg",
IIIF_FULL_TIFF: "/full/full/0/default.tif",
IIIF_FULL: "/full/max/0/default.jpg",
IIIF_FULL_TIFF: "/full/max/0/default.tif",
};

// Browser localStorage variable used to hold code lists
Expand Down

0 comments on commit f587d76

Please sign in to comment.