markup icon indicating copy to clipboard operation
markup copied to clipboard

use of base64 images

Open theAbdoSabbagh opened this issue 3 years ago • 1 comments

I think GitHub should allow users to use base64 data to put images. It can be quite useful for when we don't want to upload the image to a server and use the link, not to mention loading the image directly from the base64 data can be faster.

theAbdoSabbagh avatar Dec 08 '22 13:12 theAbdoSabbagh

I have a README.md with hundreds of images, each ~100bytes. Load times seem very slow. Ideally images would be embedded to reduce HTTP transfer overheads.

ace-dent avatar May 10 '23 08:05 ace-dent