forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite446cde
committed
Better scaling of images in HTML output
Turn on the previously disabled automatic scaling of images in HTMLoutput. To avoid images looking too large on nowadays-normal screens,restrict the width to 75% on such screens.Some work is still necessary because SVG images without a viewBoxstill won't scale, but that will a separate patch.Discussion:https://www.postgresql.org/message-id/flat/6d2442d1-84a2-36ef-e014-b6d1ece8a139%40postgresql.org1 parent5ed4b12 commite446cde
2 files changed
+8
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + |
0 commit comments
Comments
(0)