[DOCUMENTATION] Huge screenshot in the README.md
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:
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 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.
Sorry but this is my workflow. I hope that's fine for you.
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 ;)