James Beres

Results 3 comments of James Beres

@onmotion are there any other updates in react-tabtab-next? Say being able to keyboard tab through the tabs?

Most likely already known but the `IIIFBookReader.js` as it stands uses IIIF 1.0 `full/full/0/native.jpg` versus the `default.jpg` which would be a quick fix. Also, thanks a TON.

> https://github.com/mstanowski/Print.js/blob/6502c73c7e1ba87346fe4913fa5de6220936095b/src/js/print.js#L16 > > Changed > > `16: if (Browser.isFirefox()) {` > > into > > `16: if (Browser.isFirefox() || Browser.isSafari()) {` > > and works for me now. I...