$authorAvatar

Returns the author's avatar URL.

Usage

$authorAvatar

Examples

Example #1

$image[$authorAvatar]

example1

Example #2

🧙‍♂️ You can use ?size=size at the end of the avatar URL to decrease/increase the image size. Example sizes: 1024, 2048, 4096.

$image[$authorAvatar?size=4096]

example2