HBCMS更多的中文手册参考:

SizingMethod Attribute | SizingMethod参数属性

DHTML文档教程

Sets or retrieves a value that indicates whether the container is resized to fit the resulting image.

dhtml语法

HTML
{ filter:progid:dximagetransform.microsoft.matrix(
    sizingmethod = smethod ... ) ... }
scripting
object.filters.item(
    "dximagetransform.microsoft.matrix").sizingmethod [ = smethod ]

dhtml可能的值

sMethodString that specifies or receives one of the following values.
clip to originalDefault. Container is not resized.
auto expandContainer is resized to fit the resulting image.

The property is read/write. The property has a default value of clip to original.

Remarks

Applies To

Matrix

更多语法参考

scripting filters, Filter Design Considerations