How do I get my NFT picture to show in Crossmint

315 views Asked by At

I am using www.crossmint.io to accept credit cards on my NFT drop.

For some reason, the image preview is showing a green leaf (crossmint logo) instead of my NFT collection image.

This is my code:

       <CrossmintPayButton
            collectionTitle="My Collection"
            collectionDescription="A collection of NFTs"
            collectionPhoto="/mint-preview.png"
            clientId="<REDACTED>"
        />

I am using version 0.15.alpha1.

How can I fix this?

1

There are 1 answers

0
alfongj On

You must enter an absolute URL in the collectionPhoto prop.

On addition, that URL must allow CORS.

With that the image preview for your NFT collection should work.Example