Add a custom Logo
If you like to add your own logo to the cookie banner you can do it via the settings attribute in the window.INTA object.
Example
<script>
window.INTA = {
policy_link: "[Link til privat og cookie politik](Krav)",
settings: {
logo: "https://example.com/logo.png",
}
}
</script>