diff --git a/common/js/iePngFix.htc b/common/js/iePngFix.htc index aebc2fb9e..d6a4ef0e4 100644 --- a/common/js/iePngFix.htc +++ b/common/js/iePngFix.htc @@ -35,7 +35,7 @@ function doFix() { if (currentStyle.width == 'auto' && currentStyle.height == 'auto') style.width = offsetWidth + 'px'; - filt(src, 'scale'); + filt(src, 'image'); // 'scale' 을 'image' 으로 변경하면 padding 적용시 나타나는 이미지 크기의 변화(잘못된 렌더링)를 방지할 수 있다. 하지만 border 표현에 문제가 생긴다. src = blankImg; } diff --git a/layouts/xe_official/layout.html b/layouts/xe_official/layout.html index d43a4f920..631d81c4d 100644 --- a/layouts/xe_official/layout.html +++ b/layouts/xe_official/layout.html @@ -18,7 +18,7 @@