code test
{% assign test_image = collection.metafields.custom.value_prop_image_1.value %}
{% if test_image != blank %}
IMAGE EXISTS
{{ test_image | image_url: width: 1200 }} {% else %} IMAGE VALUE IS BLANK {% endif %}
{{ test_image | image_url: width: 1200 }} {% else %} IMAGE VALUE IS BLANK {% endif %}
