ProjectMirador / mirador

An open-source, web-based 'multi-up' viewer that supports zoom-pan-rotate functionality, ability to display/compare simple images, and images with annotations.
https://projectmirador.org
Apache License 2.0
548 stars 258 forks source link

Logo not showing in iiif presentation 3.0 - Fudan University #3269

Closed joesong168 closed 3 years ago

joesong168 commented 3 years ago

Observed behavior

camillevilla commented 3 years ago

@stone12379 This manifest does not have a logo property, which is why a placeholder is displayed.

Mirador

Please see information on that property here: https://iiif.io/api/presentation/3.0/#logo

Here's an example from Stanford: https://purl.stanford.edu/fr426cg9537/iiif3/manifest

"logo": [

    {
        "id": "https://stacks.stanford.edu/image/iiif/wy534zh7137%2FSULAIR_rosette/full/400,/0/default.jpg",
        "type": "Image",
        "service": [
            {
                "id": "https://stacks.stanford.edu/image/iiif/wy534zh7137%2FSULAIR_rosette",
                "type": "ImageService2",
                "profile": "http://iiif.io/api/image/2/level2.json"
            }
        ]
    }

],