mooeypoo/wikilookup

Allow custom logos for sources that are not Wikipedia

Closed this issue · 0 comments

When a new source is defined, allow adding an image as logo, so it displays instead of the "Wikipedia" brand logo for that source.

sources: {
   external: {
        baseURL: 'https://foowiki.com/api.php',
        logo: 'https://foowiki.com/assets/logo.png'
}

The logo will need to be height-limited so it doesn't accidentally takes over the entire screen or make the display too large.