参考Kay https://stackoverflow.com/a/21998722/9373320提供的答案,我想将插入的图像尺寸减小到高度和宽度的50%。
mainPanel(
img(src='myImage.png', align = "right"),
### the rest of your code
)
请帮忙。
答案 0 :(得分:2)
只需在图片标记中输入高度和宽度:
img(src="src", height="50%", width="50%", align="right")