Width of images adapted
diff --git a/components/transformations/index.php b/components/transformations/index.php
index 51afc94..550d8a0 100644
--- a/components/transformations/index.php
+++ b/components/transformations/index.php
@@ -62,13 +62,13 @@
 			<p>

 			The following shows the same process in both modeling languages. First, we show the BPMN process model.

    			<div align="center">

-   			  <img align="center" src="/jwt/images/BPMN-sample.png" border="0" alt="BPMN process"/>

+   			  <img align="center" width=678 src="/jwt/images/BPMN-sample.png" border="0" alt="BPMN process"/>

    			</div>

    			</p>

    			<p>

 			Exactly the same can also be modeled with JWT:

    			<div align="center">

-   			  <img align="center" src="/jwt/images/JWT-sample.png" border="0" alt="JWT process"/>

+   			  <img align="center" width=678 src="/jwt/images/JWT-sample.png" border="0" alt="JWT process"/>

    			</div>

    			</p>

 		</div>