tokenCast
tokenCast copied to clipboard
Change NFT displayed after first setup?
Sorry if this is a dumb question but I cannot seem to figure out how to display a different NFT from the one I originally chose to display. Is this possible or do I have to re-install?
You can clear the cache or just add a new one to the queue. It will change the display on random time: var frameDuration = frameDurationMin + getRandomInt(frameDurationMax - frameDurationMin); var frameDurationMin = 3000; var frameDurationMax = 8000; var transitionDuration = 1000;