I am trying to change the size of a headshot in my Blogdown about.md file. The theme is Hugo-lithium.
I have inserted my image into the about.md file using the 'Insert Image' option in 'Addins'. The size of the picture that appears in the viewer is giant. The code generated looks as follows:
---
date: "2020-07-22T21:48:51-07:00"
title: About
---

I am passionate about empowering all individuals who care about the empirical underpinnings of policy, with direct access to data.
When I try to preview I get the following error even though the image is in the indicated file.
pandoc: /./about_files/Monika_headshot.png: openBinaryFile: does not exist (No such file or directory)
Error: pandoc document conversion failed with error 1
Execution halted
I have tried to change the size the markdown way and when I do so the image disappears entirely:

or
)
Neither of these have worked. What else can I do?
It should work with curly braces:
{width=250px}