如何在 CardService 中调整图像小部件的大小?

Con*_*ann 5 image-manipulation google-apps-script

在 Gmail 插件中,您可以添加要在卡片中显示的图像。

然而,图像的大小似乎是卡片宽度的 100%。

section.addWidget(CardService.newImage()
                      .setAltText("Alt image text")
                      .setImageUrl("https://source/image.png"));
Run Code Online (Sandbox Code Playgroud)

有没有办法指定图像的大小,使其不会扩展到卡片的整个宽度?

小智 0

截至目前,gmail 插件中提供了图像的宽度/高度。