mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 20:31:13 +00:00
parent
08aa1bb511
commit
6a3bdaa85c
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ export class PictrsImage extends Component<PictrsImageProps, any> {
|
|||
<img
|
||||
src={this.src("jpg")}
|
||||
alt={this.alt()}
|
||||
loading="lazy"
|
||||
className={`
|
||||
${!this.props.icon && !this.props.iconOverlay && "img-fluid "}
|
||||
${
|
||||
|
|
Loading…
Reference in a new issue