Skip to content

Refactor: resize images to speed up loading#42

Merged
davide-beltrame merged 6 commits intomainfrom
refactor/images
Dec 13, 2025
Merged

Refactor: resize images to speed up loading#42
davide-beltrame merged 6 commits intomainfrom
refactor/images

Conversation

@giacomo-ciro
Copy link
Copy Markdown
Collaborator

@giacomo-ciro giacomo-ciro commented Dec 12, 2025

resized images in the assets/img folder:

  • founders to 800x800px
  • all other profile pictures to 200x200
  • project /event covers resized such that max dim <= 1080px
  • spotlights resized to 200x200
  • renamed jpeg to jpg
  • renamed all images in assets/img/teams to follow the naming convention firstname_lastname.jpg
  • added a github action to check the naming convention is followed, run on every push

@giacomo-ciro giacomo-ciro linked an issue Dec 12, 2025 that may be closed by this pull request
@giacomo-ciro giacomo-ciro marked this pull request as ready for review December 12, 2025 17:13
@giacomo-ciro giacomo-ciro self-assigned this Dec 12, 2025
Copy link
Copy Markdown
Member

@davide-beltrame davide-beltrame left a comment

Choose a reason for hiding this comment

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

I noticed the speedup, gj

@davide-beltrame davide-beltrame merged commit 04ca241 into main Dec 13, 2025
2 checks passed
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

Successfully merging this pull request may close these issues.

Downsize images to speed up website loading

2 participants