From 5ab7e5ec55eb48f950a9a8c3b0786ab8bacee73b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Schr=C3=B6der?= <fschroeder@techfak.uni-bielefeld.de> Date: Tue, 11 Mar 2025 15:52:07 +0100 Subject: [PATCH] Adjust image formatting in README.md Replaced `<div>` with `<p>` for image alignment and changed image widths from 640px to 480px. This ensures better responsiveness and visual consistency in the documentation. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 05b8893..b30d63b 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ The overcooked-like cooperative cuisine environment for real-time human cooperat For an extensive introduction, have a look at the [Documentation](https://scs.pages.ub.uni-bielefeld.de/cocosy/cooperative-cuisine). -<div align="center"> -<img src="cooperative_cuisine/pygame_2d_vis/images/chaosShort.gif" alt="Gif of cooperative cuisine environment with feature overview" width="640"> -<img src="cooperative_cuisine/pygame_2d_vis/images/agents.gif" alt="Gif cooperative cuisine with several ai agents" width="640"> -</div> +<p align="center"> +<img src="cooperative_cuisine/pygame_2d_vis/images/chaosShort.gif" alt="Gif of cooperative cuisine environment with feature overview" width="480" /> +<img src="cooperative_cuisine/pygame_2d_vis/images/agents.gif" alt="Gif cooperative cuisine with several ai agents" width="480" /> +</p> ## Installation You have two options to install the environment. Either clone it and install it locally or install it in your -- GitLab