Images in text not showing when enlarged #1095
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hello @valefederici, we took a closer look at your project, and you appear to be using an older version of Quire, which is likely the cause of this bugginess. First, ensure you are running Node v. 22. Then, follow these guidelines in our documentation to update to the newest version: https://quire.getty.edu/docs-v1/install-uninstall/#update-an-existing-project. This is an image of how you navigate to download Node 22
|
Beta Was this translation helpful? Give feedback.
-
|
Hi! Thank you for suggesting this solution. |
Beta Was this translation helpful? Give feedback.

Hi! Thank you for suggesting this solution.
I am confident this would have been the way to go with a bigger, more complex project. However, this publication has a handful of images and no IIIF manifests or other multimedia files, so I opted for a different solution, which I am posting here since perhaps it can be useful to someone in a similar position (small project with few pages and few images, already deployed on GitHub): I updated the image search path in the Lightbox section of the HTML in all the index.html files on GitHub directly. It worked, so the problem is fixed without updating and redeploying.
Thank you