mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-05 06:00:31 +00:00
Image thumbnail click now expands here.
This commit is contained in:
parent
3231639620
commit
d7ae04dd16
@ -67,7 +67,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||
</div>
|
||||
</div>
|
||||
{post.url && isImage(post.url) &&
|
||||
<a href={post.url} target="_blank"><img class="mx-2 float-left img-fluid thumbnail rounded" src={post.url} /></a>
|
||||
<span class="pointer" onClick={linkEvent(this, this.handleImageExpandClick)}><img class="mx-2 float-left img-fluid thumbnail rounded" src={post.url} /></span>
|
||||
}
|
||||
<div className="ml-4">
|
||||
{post.url
|
||||
|
Loading…
Reference in New Issue
Block a user