diff --git a/debian/changelog b/debian/changelog index f1c08005..0d916c8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.2-1) stable; urgency=low +hedera-web (1.201-1) stable; urgency=low * Initial Release. diff --git a/web/js/htk/full-image.js b/web/js/htk/full-image.js index 7d4e5dcd..c4873596 100755 --- a/web/js/htk/full-image.js +++ b/web/js/htk/full-image.js @@ -76,8 +76,8 @@ Htk.FullImage = new Class var scale = 1.0; var width = img.width; var height = img.height; - var innerWidth = Vn.Browser.getInnerWidth () - 350; - var innerHeight = Vn.Browser.getInnerHeight () - 120; + var innerWidth = Vn.Browser.getInnerWidth () - 50; + var innerHeight = Vn.Browser.getInnerHeight () - 50; if (width > innerWidth) {