Genify.XYZ
  • About Genify
    • Vision & Mission
    • Key Features
      • Shared Royalty Transaction Protocol
      • The Curation System
      • Prosperous Multi-Chain Art Platform
      • Full-stack Infrastructure
  • Guide for Artists
    • Knowledge requirements
    • Collection Document Requirements
    • Display material for project tips
    • Deterministic random function
    • Provide attributes to your artworks
    • Capture settings
    • FAQ for Artist who want drop on Conflux
  • Guide for Collectors
    • Add and configure networks
    • Receive LAMB MainNet Early Bird Rewards
    • Mint and Trade Generative Artwork on the Genify Platform
    • Participate in the Incentive Pool
  • Generative Inscription
    • What Are Ordinals? Bitcoin NFTs Explained
    • Guide for Artists
      • FAQ for Artists
      • Knowledge requirements
      • Step-by-Step Publish
      • Code Compliance
  • Guide for Curators
    • FAQ for Curators
Powered by GitBook
On this page
  1. Guide for Artists

Capture settings

After a Token is minted, Genify Server generates a screenshot for each Token to be displayed on the website. The screenshot is created by capturing the browser's view of the token URL. To ensure your work is well-presented on the website, you should pay attention to its rendering performance in the browser, as well as rendering duration and viewport size. Consider the following recommendations:

  1. Eliminate any gaps between the drawing area (e.g., canvas) and the body by setting padding and margin to 0.

  2. Handle the OnSize event to ensure rendering isn't affected when the window size changes.

  3. Use Chrome's developer tools to test appropriate viewport sizes.

  4. If you know exactly when your work finishes rendering, call Genify.renderDone() to actively set the status upon completion.

  5. Optimize image and resource loading: Use appropriate compression methods and formats to reduce loading time and bandwidth consumption. Consider using WebP or other modern image formats.

Genify Demo Project



save as demo.zip
PreviousProvide attributes to your artworksNextFAQ for Artist who want drop on Conflux

Last updated 1 year ago