Product Image Caption that uses the image filename
{% capture caption %}{{ image | remove: "products/" | remove: ".jpeg" | remove: ".jpg" | remove: ".png" | handleize | replace: "-", " " | replace: "_", " " | capitalize }}{% endcapture %}