This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new b888149e Don't let logo take over the screen
b888149e is described below

commit b888149e31a8977e51e90b5bae81cd801f98fcee
Author: Sebb <[email protected]>
AuthorDate: Tue Feb 10 11:39:11 2026 +0000

    Don't let logo take over the screen
---
 www/roster/views/nonpmc/main.js.rb | 2 +-
 www/roster/views/pmc/main.js.rb    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/roster/views/nonpmc/main.js.rb 
b/www/roster/views/nonpmc/main.js.rb
index a17e36c4..c927160b 100644
--- a/www/roster/views/nonpmc/main.js.rb
+++ b/www/roster/views/nonpmc/main.js.rb
@@ -33,7 +33,7 @@ class NonPMC < Vue
       _a @nonpmc.display_name, href: @nonpmc.site
       _small " established #{@nonpmc.established}" if @nonpmc.established
       if @nonpmc.image
-        _img src: "https://www.apache.org/logos/res/#{@nonpmc.id}/default.png";
+        _img src: 
"https://www.apache.org/logos/res/#{@nonpmc.id}/default.png";, style: 
'max-width: 320px; max-height: 160px;'
       end
     end
 
diff --git a/www/roster/views/pmc/main.js.rb b/www/roster/views/pmc/main.js.rb
index 15089815..c522f9f6 100644
--- a/www/roster/views/pmc/main.js.rb
+++ b/www/roster/views/pmc/main.js.rb
@@ -43,7 +43,7 @@ class PMC < Vue
         _a @@committee.chairname, href: "committer/#{@@committee.chair}"
       end
       if @committee.image
-        _img src: 
"https://www.apache.org/logos/res/#{@committee.id}/default.png";
+        _img src: 
"https://www.apache.org/logos/res/#{@committee.id}/default.png";, style: 
'max-width: 320px; max-height: 160px;'
       end
     end
 

Reply via email to