diff --git a/README.md b/README.md
index 4a1634d2f873fbccac1ef60c7f40a541b15e1645..d84efc9cacafb3031338f6118c4a0f1fb8dda500 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ The software converts each wiring information into wiring patterns onto the mech
 #### PCB osftware package
 This software package takes user input of electrical netlist and mechanical design, outputs an electrical design file with wiring information. We utilize the auto-router [FreeRouting](https://freerouting.org/) to generate wiring information that can be passed to the DFM software package. We use the electrical design file with extension of `dsn` to represent the PCB layout. The package imports the mechanical design from a drawing, treats it as PCB outlines and wiring keepout areas. 
 
-![](journal_media/fig12-2.png)
+![](journal_media/fig12-2.png){:height="50%" width="50%"}
 ## Implement My Work 
 
 #### DFM software package