diff options
Diffstat (limited to 'src/BBSThread.js')
-rw-r--r-- | src/BBSThread.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BBSThread.js b/src/BBSThread.js index 9b0bc1c..68fca92 100644 --- a/src/BBSThread.js +++ b/src/BBSThread.js @@ -88,7 +88,7 @@ class BBSThread extends Component { {post.file != "" ? <Segment padded compact className="imageSegment"> <Label attached='bottom'>{post.file} {post.image_width}x{post.image_height} {filesize(post.file_size, { bits: true })}</Label> - <Image src={`https://bienvenidoainternet.org/${this.props.dir}/thumb/${post.thumb}`} /> + <Image fluid src={`https://bienvenidoainternet.org/${this.props.dir}/thumb/${post.thumb}`} /> </Segment> : null} <Segment padded> |