mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-23 04:41:14 +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
|
<img
|
||||||
src={this.src("jpg")}
|
src={this.src("jpg")}
|
||||||
alt={this.alt()}
|
alt={this.alt()}
|
||||||
|
loading="lazy"
|
||||||
className={`
|
className={`
|
||||||
${!this.props.icon && !this.props.iconOverlay && "img-fluid "}
|
${!this.props.icon && !this.props.iconOverlay && "img-fluid "}
|
||||||
${
|
${
|
||||||
|
|
Loading…
Reference in a new issue