tokenCast icon indicating copy to clipboard operation
tokenCast copied to clipboard

Change NFT displayed after first setup?

Open daviduke opened this issue 4 years ago • 1 comments

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?

daviduke avatar Mar 20 '21 00:03 daviduke

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;

alexcor avatar Dec 15 '21 18:12 alexcor