vCard.js library Photo for contact sheet download not working

I have created the site where I have used node.js npm vCard.js to parse data in vCard fields and also parsing user phot in vCard but the problem is with the photo because it’s not showing the photo in contact sheet after download otherwise other things are working fine.

Assuming that you have already looked through vCard own pages about using their nodeJS?
https://www.npmjs.com/package/vcards-js
https://gist.github.com/dun4n/9353031

Also, note that vCard.js in Wix is only on version 2.9.0 which is 2 years old now, whereas the actual vCard.js itself is now on 2.10.0 which in itself is a year old now.

You might find a generator helpful too.
http://jsfiddle.net/Ku7Tp/40/

Finally, you might want to vote for the feature here so you might not have to use code for it.
https://support.wix.com/en/article/request-vcf-file-support

Perhaps you are passing the Wix image string? Something like: wix://image…

In that case you will need to create the public image URL. Search the forum as there are solutions given for this

Need some help with vCard-js

I have a dynamic page that populates different users information and I would like to have an “add to contact” functionality that allows people who visit their profile to download their contact details to their mobile device.

I have had a look at everything and coding is beyond my capabilities. "

FYI a vcf file support would be AMAZING!

same here

Same here, any further development on this issue for you @ryanmccoll . Did you sort this out? If so could you please throw some light on it.