tokenCast
tokenCast copied to clipboard
Adjusting portrait NFTs
Not really an issue but would love to be able to adjust what part of a portrait NFT is displayed when “fill screen” is picked!
Hi. I also have this issue. "fit screen" doesn't work very well when the display is in Portrait mode. Not sure, but the issue might be here: // Update wall content on scroll var frameTopLocation = document.getElementById('tokencast_wall').offsetTop - window.innerHeight + (document.getElementById('tokencast_wall').height / 2); var frameBottomLocation = document.getElementById('tokencast_wall').offsetTop + (document.getElementById('tokencast_wall').height / 2);
The location is adjusted only by height.