The image can be hidden by using the image_fallback template shortcode option.
NOTE: Functionally, this only disables the image placeholder when an image has not been uploaded to an entry. What this means is if you upload an image to an entry, it will still be displayed.
/* * Example * If there is no image uploaded to the entry, * setting this option disables the image place holder. */ [connections image_fallback='none'] |
