summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 920d01c..c897534 100644
--- a/index.html
+++ b/index.html
@@ -2251,6 +2251,7 @@
var dec = new mxCodec(root.ownerDocument);
dec.decode(root, graph.stylesheet);
+ // Set the width and height of image for all blocks to 80 (height) x 80 (width)
var style = new Object();
style[mxConstants.STYLE_IMAGE_WIDTH] = '80';
style[mxConstants.STYLE_IMAGE_HEIGHT] = '80';