Commit 39c34cb
committed
Fix #2812: update author-image width
Fixing author-image to be bound to 100px max. Fixes: #2812
With:
```
width:100px
height:auto
```
On firefox, the image is scaled to be 100x100. However on chrome, it ends up being 200x100.
Since we wan't to fix the width to 100px (from that original css), I've updated the max-width and max-height to be 100, so the image is always squared.1 parent ac57b14 commit 39c34cb
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
| |||
0 commit comments