charlie butcosk

Results 15 comments of charlie butcosk

FWIW I encountered this recently, in our case the bug was rooted in 16-bit TIFF files had been compressed using opj_compress without downsampling to 8-bit. We fixed it by re-compressing...

I had a chance to peer into this, it turns out this line is the culprit on browsers that should otherwise support the fullscreen API: https://github.com/thegetty/quire/blob/e36d4cb100a81fd6ecd90a894e78f14e47e1b11b/packages/11ty/_includes/web-components/lightbox/index.js#L80 Optional-chaining the wrapper and...

On [Exhibiting O'Keeffe](https://publications.okeeffemuseum.org/exhibiting-okeeffe) we modify the markdown library to allow content editors to pass data attributes on link markup to front-end components. Editors insert a `data-entity-reference="true"`to indicate that the link...

@hbalenda The `markdownify` instance staling issue appeared in our case when: - We amended the renderer in a plugin - We used our blessed attribute on an intermediate component (Figure...

@mphstudios Thanks for a peak into a possible solution. That said from my perspective this seems too much complexity for an img tag. Amending the existing but buggy check in...

@Erin-Cecele I'm not sure if this is already included in your list above, but fullscreen buttons do not appear to work on any browser at the moment. Or maybe they're...

@Erin-Cecele Yes confirming the entry page seems to work where the essay full screen buttons do not. I suspect your developers also need to add a Shadow DOM polyfill for...

@geealbers @Erin-Cecele Unless I've misunderstood this issue should you also consider renaming `page-one` to something like `page-pdf-number-reset`? The class doesn't have a large footprint in the markup+css (though I'd want...

@Erin-Cecele Great, thanks for updating! You can close this issue for now I think--although updating the code to be more flexible around figure id constraints would be a nice to...

@Erin-Cecele Hah just the issue I mean. On the one hand whatever bugs that relaxing the slugifying of ids introduces need fixed and on the other hand / as a...