Option to add an image in front of the calculation results

It would be fantastic if there were an option to upload an image or insert an image URL to display a product picture before showing the calculation results. It doesn’t seem too complicated to implement, and it would add real value — especially once we can include a payment button, so users can immediately see what they’re paying for.

Best regards,
Matt

2 Likes

Hi there, @D_C :waving_hand:

Nice idea, thanks for sharing! We’ll keep it in mind and see for more votes from the community :slightly_smiling_face:

Just in case, I’d like to let you know that it’s possible to add image to the calculation caption. For this, just open the Code Editor mode in the Caption field and paste this code there:

<img src="https://example.com/path/to/image.jpg">

In this code, you should replace https://example.com/path/to/image.jpg with the link to your image (it should be publicly hosted) :slightly_smiling_face:

1 Like

Yes, of course — but getting it to appear in front will turn into a CSS mess :slight_smile:

2 Likes

Yep, I see this, but it’s the only possible option to add it to results for now.

We’ll try to consider a more native solution for this case, especially if more users upvote the idea :slightly_smiling_face:

1 Like