diff --git a/_src/plugins/fiximgclick.js b/_src/plugins/fiximgclick.js index 1e20903d6..e5634b91a 100644 --- a/_src/plugins/fiximgclick.js +++ b/_src/plugins/fiximgclick.js @@ -259,14 +259,14 @@ UE.plugins["fiximgclick"] = (function() { left: iframePos.x + imgPos.x - - me.editor.document.body.scrollLeft - + (me.editor.document.documentElement.scrollLeft|| me.editor.document.body.scrollLeft) - editorPos.x - parseInt(resizer.style.borderLeftWidth) + "px", top: iframePos.y + imgPos.y - - me.editor.document.body.scrollTop - + (me.editor.document.documentElement.scrollTop || me.editor.document.body.scrollTop) - editorPos.y - parseInt(resizer.style.borderTopWidth) + "px"