diff --git a/jspdf.plugin.from_html.js b/jspdf.plugin.from_html.js
index 79395fcd9..2f95838d0 100644
--- a/jspdf.plugin.from_html.js
+++ b/jspdf.plugin.from_html.js
@@ -434,7 +434,7 @@
}
} else {
//if no floating is set, move the rendering cursor after the image height
- renderer.y += cn.height + additionalSpaceBottom;
+ renderer.y += cn.height + additionalSpaceTop + additionalSpaceBottom;
}
/*** TABLE RENDERING ***/