This app helps to convert one single image to three (3) different media sizes; mobile, tablet, and desktop. This is to enhance compatibility across different platforms.
how to install
Clone the project and run
docker-compose up --build
or run
docker run -d -p 8000:8000 kunley247/media_resizer:0.1
to download and run the docker image directly.