This moves from forcing all the images to scale to a 150px width
to setting a max width/height value (150/65).
width: 30%;
}
+/**
+* This sets the rule for the rendering in the sponsors table. The name is chosen
+* to ensure compatibility with various browser plugins that may otherwise hide
+* images.
+**/
+img.organisation-logo {
+ max-height: 65px;
+ max-width: 150px;
+}
+
/** Release Notes */
#release-notes .navheader,
#release-notes .navfooter,
<tr>
<th scope="row">
<a href="{{ sponsor.url }}" target="_blank" rel="noopener">
- <img width="150" src="/media/img/about/sponsors/{{ sponsor.logoname }}" alt="{{ sponsor.name }}" />
+ <img class="organisation-logo" src="/media/img/about/sponsors/{{ sponsor.logoname }}" alt="{{ sponsor.name }}" />
</a>
</th>
<td>