Skip to main content

Logos and Images Used in the WebUI

NocodilySuite WebUIs support setting logos, favicons, and other image assets.
These are registered through the media management section in the console and referenced from the WebUI editor.


Types of Images You Can Configure

TypePurposeRecommended Size
LogoDisplayed in the WebUI header and authentication screensWidth 200px or more, PNG / SVG recommended
FaviconIcon shown in the browser tab32×32px or 64×64px, ICO / PNG
OGP ImageThumbnail shown when sharing on social media1200×630px recommended
Other imagesGeneral-purpose images used in WebUI componentsDepends on usage

Supported formats: PNG / JPG / SVG / WebP / ICO


Steps to Upload an Image

  1. Select a team in the console.
  2. Open the "Media" menu.
  3. Click "Upload Image" and select a file.
  4. After uploading, a URL for the image will be issued.

How to Reference an Image in the WebUI Editor

Registered images can be referenced from component settings or CSS settings in the WebUI editor.

Example: Setting the logo

  1. Open "Site Settings" in the WebUI editor.
  2. Paste the URL issued from media management into the "Logo" field.
  3. Check the display using the preview.

Example: Displaying an image in a component

  1. Place a component such as a Card.
  2. Set the URL in the image field:
    • Specify the media management URL directly
    • Dynamically bind a URL from API response data (e.g., via the Storage API)

Tip

When a logo or image is updated, the change is reflected immediately without redeploying the WebUI.
However, a hard reload (Ctrl+F5 / Cmd+Shift+R) may be required if the browser has cached the previous image.