I'm creating a post for info added in a form, including an image the user has uploaded. I see I can create a "view" in Formidable and add the image they uploaded using show_image=1 but the image that's embedded that way is a smallish square. Is there any way to embed a larger image rendition?
Please login or Register to submit your answer
Image size: Set the image display size using either size=thumbnail, size=medium, or size=full. The default size displayed is the thumbnail. In WordPress, the default thumbnail size is a 150x150 image. Specify a different size to show a bigger image. [x size=full show_image=1]
Replace x with the ID of the file upload field.