Edward Silverton
Edward Silverton
http://www.wellcomeimageawards.org/2016/ebola-virus
I think it's best to think of this as purely a responsive UI enhancement. When below a certain width, the UV switches to a simplified view (as per mockup). This...
Makes sense. All we're doing is hiding the header, footer, left, and right panels, and adding an overlaid logo and details panel. I suppose we could hide the OSD controls...
@mialondon The 'view' button is a substitute for full screen in responsive view and has the same effect. This is the interaction that makes all the other panels visible. It's...
@jennpb if you wanted to force "responsive view" for the Wellcome Library site for example, you would set the minWidthBreakPoint to a larger number. Then the only way you'd get...
@mialondon I think the idea is that embedding continues to work exactly as it does now, in that you can specify which page to start on. However, the top, left,...
https://drive.google.com/file/d/0B64TWB9qdiOMTVp0N1V1d0FvQTQ/view?usp=sharing
The UV's current setup where you have to switch to single-up mode to download current view is because there is no back-end capability at present to support this. It's a...
I'm publishing `4.3.0-pre-0` - if I install it locally to test using the github namespace the UV project can't resolve it :-(
I think for now the best thing would be to add entries to https://github.com/IIIF-Commons/manifesto/blob/master/src/ServiceProfile.ts I'd really like to change this and other enums to use TypeScript String Enums too: https://blog.mariusschulz.com/2017/10/27/typescript-2-4-string-enums...