在 TS 中定义自定义网格元素可以为在 col 中渲染的 texmedia 图像设置 maxImageSize。因此,在 50-50 的网格中,可以将最大图像宽度设置为常规最大宽度的 50%。
columns {
default {
renderObj {
10 = LOAD_REGISTER
10.maxImageWidth = 273
30 = RESTORE_REGISTER
}
}
}
但是,使用 fluid_styled_content 而不是 css_styled_content 是行不通的。任何人都知道如何使用带有fluid_styled_content的gridelements来配置它?