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

Large images #80

Open
Sebbben opened this issue Oct 24, 2024 · 1 comment
Open

Large images #80

Sebbben opened this issue Oct 24, 2024 · 1 comment
Labels
blocked enhancement New feature or request

Comments

@Sebbben
Copy link
Contributor

Sebbben commented Oct 24, 2024

Quite a few of the images loaded from the CMS are unnecessarily large making loading times slow on bad connections.

Solution: downscale large images to lower resolutions in CMS to increase preformance on website.
It may be possible to fetch different sizes of images based on the viewport resolution to not load images that are larger than nececary, but still get as good of a picture as possible. Sorta like LODs in games

@Sebbben Sebbben added the enhancement New feature or request label Oct 24, 2024
@EricSvebakk
Copy link
Member

I am working on developing a new CMS solution for cyb which will replace Sanity. The new CMS, Strapi, offers options for rendering images at different resolutions depending on our preference. That way we can keep the high-resolution images stored in the CMS and only serve the needed resolution to the website. This issue will therefore be handled once Strapi is deployed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants