I am trying to resize an image on a Hugo site generated with Blogdown.
In particular, I'm looking to add an image which is in a folder in the static/_media/ directory.
E.g., on a page on my Hugo site, I added the following two lines to the top of the .md file:


The first is resized to have dimensions of 100 x 100 pixels, while the second is 720 x 720. However, they both render the same size. How can I resize an image - either outside or inside of Blogdown?