dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

[DOCUMENTATION] Huge screenshot in the README.md

Open sandreas opened this issue 1 year ago • 1 comments

Everytime I open the github page the HUGE (4.1 MB!) screenshot takes a while to render, while this could be made responsive easily... example with steps 1200px, 600px, 300px:

Flowers

Code:

 <picture>
  <source media="(min-width:1200px)" srcset="https://placehold.co/1200x800/EEE/31343C">
  <source media="(min-width:600px)" srcset="https://placehold.co/600x400/EEE/31343C">
  <source media="(min-width:300px)" srcset="https://placehold.co/300x200/EEE/31343C">
  <img src="https://placehold.co/600x400/EEE/31343C" alt="Flowers" style="width:auto;">
</picture> 

I know this repo is about design and good image quality matters, but since I visit the repo pretty often this would be a great benefit.

sandreas avatar Jan 01 '25 22:01 sandreas

@sandreas Thanks. Yes. The screenshots can have a bigger filesize. I just copy and paste it into the wiki or readme to reduce my workload. But it would make sense on the readme because this is the first page that the user loads on GitHub.

mylinuxforwork avatar Jan 02 '25 15:01 mylinuxforwork

Sorry but this is my workflow. I hope that's fine for you.

mylinuxforwork avatar Jan 31 '25 21:01 mylinuxforwork

Sorry but this is my workflow. I hope that's fine for you.

Yeah it's not that bad... there are probably more important things to do ;)

sandreas avatar Jan 31 '25 23:01 sandreas