-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 #7518
base: main
Are you sure you want to change the base?
Conversation
from 1.5Mb to 317kb
Only 1kb via `gifsicle -O=3 image5.gif -o image5-sm.gif`
Hi @davelab6! This one hasn't changed, compared to before: |
But the file size is Ok. |
@@ -1,5 +1,5 @@ | |||
<a href="https://youtu.be/f3IQSmKFokU"><img src="hero.png" /></a> | |||
<p><em><a href="https://youtu.be/f3IQSmKFokU">Watch the introduction video on YouTube</a></em</p> | |||
<a href="https://youtu.be/f3IQSmKFokU"><img src="hero.jpg" /></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The jpg to what this points at now needs to be included
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, I didn't finish the image processing task I have open. Moving to draft until this is ready :)
@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 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 :)