How to Adjust Author Image Size in Dynamic Content

I’ve created an “Author Page” for users to view who the blog authors are. Here is an author page I’m working on:

The live url is here: https://creativecollectivema.com/author/cns2020/

I’m using this dynamic code for the Gravatar author image {{dc:author:gravatar}}

The problem I’m having is this image is coming across as small even though the original image is 1080px X 1080px. How can I make this image larger?

Would it be something like this {{dc:author:gravatar size="large"}} so it pulls a default media size value?

Hello @OctoCog,

Thanks for writing to us.

I checked your website and it appears that the author image you are using is a self‑hosted image you uploaded directly. To make this work dynamically, please use the user meta dynamic content code to pull the author image URL instead. You can use the following Dynamic Content code, replacing YOUR_USER_META_KEY with your actual user meta key:
{{dc:author:meta key="YOUR_USER_META_KEY"}}

If it doesn’t work for you, please share your details in a secure note. Please provide the following details

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts

Hope it helps
Thanks