klaro-org / klaro-js

Klaro Privacy Manager. An open-source, privacy-friendly & compliant consent manager for your website.

Home Page:https://klaro.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot get the Big Cookie Banner working

julianlaibach opened this issue · comments

Hey!
Thank you for this awesome Project! I just was wondering how i can get the Big Cookie Banner working like on this Page:
https://pamocars.com

If i embed it normally the Consent Banner appears pretty small on the Right Bottom Corner on the Page and i cannot find a hint in the Documentation how i can enable the Big Consent right from the start.

Thank you in Advance!

var klaroConfig = {
   [...]
    // your preference here
    styling: {
        theme: ['light', 'top', 'wide'],
    },
    [...]
    // -> set to true
    mustConsent: false,
    [...]