https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42833

--- Comment #3 from Mohd Hafiz Yusoff <[email protected]> ---
(In reply to Mohd Hafiz Yusoff from comment #2)
> In file
> a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc
> 
> Line 494
> 
> Form
> <img src="[% provider.icon_url | url %]" />
> 
> To
> <img src="[% provider.icon_url | url %]" style="max-height: 20px; max-width:
> 20px;" />

For masterheader only i think it nice to see if using 40px x 40px. Tq

<img src="[% provider.icon_url | url %]" style="max-height: 40px; max-width:
40px;" />

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to