Home Articles Books Search About
日本語
Fixing Universal Viewer 4.x "Unknown content type" Error with Local Hosting

Fixing Universal Viewer 4.x "Unknown content type" Error with Local Hosting

The Problem In a Nuxt 3 project, I was using Universal Viewer (UV) embedded via iframe to display IIIF manifest images. The iframe source pointed to the external https://universalviewer.io/uv.html, but at some point the viewer stopped rendering entirely. The browser console showed these errors: SES Removing unpermitted intrinsics UV.js:2 Unknown content type Investigation universalviewer.io Redirect The first finding was that universalviewer.io now redirects to universalviewer.dev: <meta http-equiv="refresh" content="0; url=https://universalviewer.dev/uv.html"> Testing the same manifest URL on universalviewer.dev/uv.html produced the identical “Unknown content type” error. The issue was reproducible on the official site itself. ...

Universal Viewer: The Definitive IIIF-Compliant Multimedia Viewer

Universal Viewer: The Definitive IIIF-Compliant Multimedia Viewer

Introduction In the world of digital archives, there is a growing need for systems that can uniformly display diverse media types — not just images, but also audio, video, and 3D models. IIIF (International Image Interoperability Framework) is an international standard specification for achieving interoperability of such digital content. This article introduces Universal Viewer (UV), an open-source multimedia viewer that is fully compliant with IIIF. What is Universal Viewer? Universal Viewer is a web-based viewer that loads IIIF manifests to display digital content such as images, audio, video, and 3D models. It is published under the MIT License and is adopted by libraries, museums, and universities worldwide. ...

Universal Viewer: A Multi-Format IIIF Viewer for Images, Audio, Video, and 3D

Universal Viewer: A Multi-Format IIIF Viewer for Images, Audio, Video, and 3D

What Is Universal Viewer? Universal Viewer (UV) is an open-source viewer built on the IIIF (International Image Interoperability Framework) standards. As its name suggests, its defining characteristic is universality: it can display images, audio, video, 3D models, and PDFs through a single unified interface. It is released under the MIT license and implemented in TypeScript. While Mirador is perhaps the most well-known IIIF viewer, Universal Viewer stands out through its broad media format support. You can explore various content types on the examples page. ...