From 42917730407d0f88f45123224f2d23486f138219 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Wed, 26 Aug 2020 12:34:25 +0300 Subject: [PATCH] Add a note about resizing images --- README.md | 4 ++++ test | 0 2 files changed, 4 insertions(+) create mode 100644 test diff --git a/README.md b/README.md index e35b57a..c8d93ac 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ Fork this repo to your own account and create a pull request for changes you hav 5. Image converter usage (requires imagemagick) + No one wants to download 5MB images that are then shown in a 100x100px box. + + **Always resize images before commiting them!** + sudo apt-get install imagemagick sh convert-past-management-images.sh diff --git a/test b/test new file mode 100644 index 0000000..e69de29