diff --git a/ROBAIL/script.js b/ROBAIL/script.js
index c3586c2315c5b0019f1eb7813be6a10d62991997..09131f46b4315c6dd5950c52df0b64924adb88d3 100644
--- a/ROBAIL/script.js
+++ b/ROBAIL/script.js
@@ -371,7 +371,7 @@ function createLongCeneTable() {
 }
 
 const imageWidth = 16;  // Augmenté pour couvrir plus d'espace
-const imageHeight = 6; // Hauteur augmentée pour être plus visible
+const imageHeight = 8.5; // Hauteur augmentée pour être plus visible
 const imagePlaneGeo = new THREE.PlaneGeometry(imageWidth, imageHeight);
 const imagePlaneMat = new THREE.MeshBasicMaterial({ 
   map: lastSupperTexture,