Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for sharp integration and image resizing #107

Open
holly-cummins opened this issue Sep 23, 2024 · 1 comment
Open

Support for sharp integration and image resizing #107

holly-cummins opened this issue Sep 23, 2024 · 1 comment

Comments

@holly-cummins
Copy link
Contributor

I've started thinking about what would be needed to dogfood http://quarkus.io and http://quarkus.io/extensions onto roq. It's not an easy lift, because there's a lot of javascript code in the extensions backend, and lots of Jekyll + Ruby code in the main site. One gap is image support. The http://quarkus.io/extensions site uses the [Gatsby image plugin](https://www.gatsbyjs.com/plugins/gatsby-plugin-image/. It supports responsive images by preparing (at build time) versions of images at various sizes. The other half is a web component (a React component, in the Gatsby case) which includes the most appropriate size of the image into the html. It also has different code paths and options for static and dynamic images.

@ia3andy
Copy link
Contributor

ia3andy commented Sep 23, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants