Meta Box
Support Forum
Support › General › How to Display Image from Custom Field
How can I display a full image from a custom field? I tried using the shortcode, but it seems to just display a square version of the image. I want to display the full image using a template created with the block builder.
Hi Brent,
You can set the attribute size to full when using the shortcode to show full size of the image [rwmb_meta id="single_image" size="thumbnail"]
size
full
[rwmb_meta id="single_image" size="thumbnail"]
Or using the code to do that, please read more on the documentation https://docs.metabox.io/fields/single-image/#template-usage