Ryan Tomaselli
Ryan Tomaselli
Update: I was able to add CORS entries for the function URL and things work great. Question though: is there a reason the manifest uses the function URL rather than...
Thanks @mbklein. Question: would it be problematic to turn off public access to the cache bucket? I know I can override the template myself, just wondering if having it be...
> > Thanks @mbklein. > > Question: would it be problematic to turn off public access to the cache bucket? I know I can override the template myself, just wondering...
Just adding this in case others encounter. I needed to add not only the Access-Control-Allow-Origin for my domain but also Access-Control-Allow-Credentials to the manifest URL end point response header. Like...
Thanks @adamjarling! Yes, being able to pass options into the OpenSeadragon instance would be great. It would be nice to be able to control which buttons in the Toolbar are...
> @ryantomaselli Just updated the package to support passing through OSD configuration values, and also customizing which Toolbar controls are displayed. Check out the notes here in the [Readme](https://www.npmjs.com/package/openseadragon-react-viewer), or...