diff --git a/week5/README.MD b/week5/README.MD
index 24bc2ce7329164b22219cd3b7025a123a00847ec..c3c20a0f8e7e7717994df3da9a4320a3d8d4165f 100644
--- a/week5/README.MD
+++ b/week5/README.MD
@@ -4,21 +4,21 @@
 
 The wave equation with and without damping for a dirac delta and sinusoidal initial conditions.
 
-![](img/wave_dirac.gif)
-![](img/wave_no_damp.gif)
-![](img/wave_yes_damp.gif)
+<img src="img/wave_dirac.gif" height="300">
+<img src="img/wave_no_damp.gif" height="300">
+<img src="img/wave_yes_damp.gif" height="300">
 
 ### 9.2
 
 Increasing dt's above (and below) the courant condition, resulting in numerical instability
 
-![](img/dt0_1.gif)
-![](img/dt0_5.gif)
-![](img/dt1_0.gif)
+<img src="img/dt0_1.gif" height="300">
+<img src="img/dt0_5.gif" height="300">
+<img src="img/dt1_0.gif" height="300">
 
 ### 9.4
 
 The 2D laplace equation using successive over-relaxation with fixed boundary conditions (and a fixed dirac-delta)
 
-![](img/laplace_2D_dirac.gif)
-![](img/laplace_2D_edges.gif)
\ No newline at end of file
+<img src="img/laplace_2D_dirac.gif" height="300">
+<img src="img/laplace_2D_edges.gif" height="300">
\ No newline at end of file