How to get there: Open any post, comment, or KB article that uses markdown. Add a width (and optional height) to a markdown image URL using the pipe syntax described below.
Standard markdown images render at their natural size, which is often too large for screenshots or hero images. ProductLift extends the markdown image syntax with an optional size suffix so you can cap an image's display size without editing the source file.
Width only:

Width and height:

The numbers are in pixels. They translate to CSS max-width and max-height on the rendered <img>, so the image still scales down on smaller screens and never exceeds the dimensions you specify.
A 600px-wide screenshot:

A capped 800x400 hero image:

max-width and max-height, the image keeps its aspect ratio and scales down on narrow viewports.) to render at the image's natural size.