diff --git a/js/jquery.focuspoint.helpertool.js b/js/jquery.focuspoint.helpertool.js index 632cb2c..d406894 100644 --- a/js/jquery.focuspoint.helpertool.js +++ b/js/jquery.focuspoint.helpertool.js @@ -101,7 +101,7 @@ /*-----------------------------------------*/ function printDataAttr(){ - $dataAttrInput.val('data-focus-x="'+focusPointAttr.x.toFixed(2)+'" data-focus-y="'+focusPointAttr.y.toFixed(2)+'" data-focus-w="'+focusPointAttr.w+'" data-focus-h="'+focusPointAttr.h+'"'); + $dataAttrInput.val('data-focus-x="'+focusPointAttr.x.toFixed(2)+'" data-focus-y="'+focusPointAttr.y.toFixed(2)+'" data-image-w="'+focusPointAttr.w+'" data-image-h="'+focusPointAttr.h+'"'); } /*-----------------------------------------*/