With reference to the answer presented here by Kay https://stackoverflow.com/a/21998722/9373320, I want to reduce the inserted image size to 50% both height and width.
mainPanel(
img(src='myImage.png', align = "right"),
### the rest of your code
)
Please help.
Just type height and width in the image tag:
img(src="src", height="50%", width="50%", align="right")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With