是否可以选择在按钮内调整图像大小?
Is there an option to fit image size within a button?
如果 %heads.jpg 很大,在按钮的情况下它不会调整大小:
view [
image 140x140 %heads.jpg
button 140x140 %heads.jpg
]
是否可以选择在按钮内调整图像大小?
有一个,虽然目前只支持 Windows:
view [button 140x140 %head.png with [image: reduce [image size]]
因此这会更改按钮表面的 /image
方面,以引用包含图像值和图像的新目标大小的块。
如果 %heads.jpg 很大,在按钮的情况下它不会调整大小:
view [
image 140x140 %heads.jpg
button 140x140 %heads.jpg
]
是否可以选择在按钮内调整图像大小?
有一个,虽然目前只支持 Windows:
view [button 140x140 %head.png with [image: reduce [image size]]
因此这会更改按钮表面的 /image
方面,以引用包含图像值和图像的新目标大小的块。