diff --git a/contrib/js/nntpchan/banner.js b/contrib/js/nntpchan/banner.js index 19eb7f6..7ef4ab4 100644 --- a/contrib/js/nntpchan/banner.js +++ b/contrib/js/nntpchan/banner.js @@ -7,6 +7,8 @@ function nntpchan_inject_banners(elem, prefix) { var e = document.createElement("img"); e.src = banner; e.id = "nntpchan_banner"; + e.height = "150"; + e.width = "300"; elem.appendChild(e); }