Versionv1

Add logo (JavaScript)

Set an absolute HTTPS URL to your logo in window.INTA.settings.logo:

window.INTA = {
  // ...
  settings: {
    // ...
    logo: "https://yourdomain.com/path/to/logo.png",
  },
};

Use a square or wide logo asset that works on light and dark backgrounds, or adjust color / styling in Customize so contrast stays accessible.

Last updated