Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Image Minification and WebP Version #13

Merged
merged 4 commits into from
Oct 6, 2019
Merged

Image Minification and WebP Version #13

merged 4 commits into from
Oct 6, 2019

Conversation

dougfabris
Copy link
Contributor

Issue reference: #3

Douglas Fabris added 3 commits October 3, 2019 14:40
From 770 kb to 219 kb without losing quality
Copy link
Owner

@viniciuskneves viniciuskneves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @dougfabris thanks for you PR.

I've added a small request and also would kindly ask you to follow Gitmoji (https://github.com/viniciuskneves/ichbineinekartoffel.de#contribution-guidelines) on your commits.

index.html Outdated
<picture>
<source type="image/webp" srcset="./ichbineinekartoffel.webp" />
<source srcset="./ichbineinekartoffel.png" />
<img src="./ichbineinekartoffel.png" loading="lazy" alt="Ich bin eine kartoffel : I am a potato" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think lazy is necessary here as it is the main content from this webpage and should be loaded as soon as possible.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with you. Sorry for not respect contribute guideline. I used it in the commit below.

@viniciuskneves viniciuskneves merged commit fdd475b into viniciuskneves:master Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants