I added a pkgdown site to my vcdExtra package and cannot figure out how to control the size of the package hex logo that appears on the main page built by pkgdown, https://friendly.github.io/vcdExtra/index.html
The README.md file contains a line to insert the image at 200 pixels
# vcdExtra <img src="man/figures/vcdExtra-logo.png" align="right" height="200" />
which appears on GitHub as shown below
Yet, when built by pkgdown the index.html page looks like this, ignoring the height = attribute.
How can I fix this?  I've looked at the source of other pkgdown sites and don't see anything substantially different.

