summaryrefslogtreecommitdiff
path: root/skins/default/pngbehavior.htc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-12-03 16:54:12 +0000
committerthomascube <thomas@roundcube.net>2005-12-03 16:54:12 +0000
commit1cded85790206afe084e1baff371c543711b2b18 (patch)
treeb050fb89707e048df5f30f500faad792962a1e81 /skins/default/pngbehavior.htc
parent5bc8cb662fc3bcda9aa641b7a5e88c0b81dd63d6 (diff)
Re-design of caching (new database table added\!); some bugfixes; Postgres support
Diffstat (limited to 'skins/default/pngbehavior.htc')
-rw-r--r--skins/default/pngbehavior.htc2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/pngbehavior.htc b/skins/default/pngbehavior.htc
index 553699a2f..24bfd4c79 100644
--- a/skins/default/pngbehavior.htc
+++ b/skins/default/pngbehavior.htc
@@ -40,7 +40,7 @@ function fixImage() {
element.src = blankSrc;
// set filter
element.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +
- src + "',sizingMethod='scale')";
+ src + "',sizingMethod='crop')";
}
else {
// remove filter