We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae2c4e8 + ae901bc commit b448c48Copy full SHA for b448c48
src/core/components/response-body.jsx
@@ -40,7 +40,7 @@ export default class ResponseBody extends React.Component {
40
41
// Image
42
} else if (/^image\//i.test(contentType)) {
43
- bodyEl = <img src={ window.URL.createObjectURL(content) } />
+ bodyEl = <img style={{ maxWidth: "100%" }} src={ window.URL.createObjectURL(content) } />
44
45
// Audio
46
} else if (/^audio\//i.test(contentType)) {
0 commit comments