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

Reduce article image filesizes for Ojuju, Roboto Flex #8916

Open
emmamarichal opened this issue Jan 15, 2025 · 1 comment
Open

Reduce article image filesizes for Ojuju, Roboto Flex #8916

emmamarichal opened this issue Jan 15, 2025 · 1 comment
Assignees
Milestone

Comments

@emmamarichal
Copy link
Collaborator

emmamarichal commented Jan 15, 2025

See PR #7518 where @davelab6 wrote:

@nathan-williams noted that the Ojuju image3.gif is a whopping 1.5Mb, and so I ran gifsicle to downscale and optimize it to 317kb

gifsicle --resize-width 1200 -O=3 --lossy=80 image3.gif;

gifsicle also shaved 1kb off image5.gif with no changes.

And for Roboto Flex, @felipesanches pointed out its hero.png was 17mb (LOL) so I converted it to 166kb JPG :)

sips -Z 800 -s format jpeg -s formatOptions 80 hero.png -o hero.jpg; jpegoptim hero.jpg; 

cc @davelab6 @chrissimpkins

@davelab6
Copy link
Member

Thanks @emmamarichal :) Assigning to @yanone to complete execution of the image clean-up task using his knowledge of web development good practices :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

3 participants