awesome-mechanical-keyboard icon indicating copy to clipboard operation
awesome-mechanical-keyboard copied to clipboard

Images in `/docs/README.md` really big; suggesting embedding thumbnails and linking to full size image.

Open dreirund opened this issue 3 years ago • 2 comments

The images shown within /blob/master/docs/README.md (this is linked from the main README.md/ "main page" when one navigates the browser to github.com/BenRoe/awesome-mechanical-keyboard) are quite big and "kill" my 1Mbit/s internet connection, often aborting by timeout before everything is loaded.

I suggest that only thumbnails are shown within the file, and the thumbnails link to the full sized image, e.g. in markdown-syntax embedding like the following is used:

[![image](http://example.com/image-thumb.jpg "image")](http://example.com/image.jpg)

dreirund avatar Mar 30 '21 11:03 dreirund

Addendum: This would also save general internet traffic, thus being part of saving for the need to increase more and more the capacity of datacenters, and it would provide more technical-barrier-free access to the list for people who do not have fast internet.

dreirund avatar Mar 30 '21 12:03 dreirund

I am aware of this problem, but i don't have the time to fix it. The project use the remote images. so no thumbnails available.

Solution: Download the remote images and create thumbnails during the build process with Gridsome. Then replace the big images with thumbnails and link it to the big images.

I am thinking to switch to Gatsby. With Gatsby it easier to implement this feature.

BenRoe avatar Apr 18 '21 10:04 BenRoe