decentral1se
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
1 changed files with
1 additions and
1 deletions
-
distribusi.go
|
|
@ -570,7 +570,7 @@ func getHref(c *cli.Context, fpath string, mtype string) (bool, string, error) { |
|
|
|
} |
|
|
|
|
|
|
|
if stype == "gif" { |
|
|
|
href = fmt.Sprintf("<img class='gif' src=\"%s\" />", fname) |
|
|
|
href = fmt.Sprintf("<img class='gif' loading='lazy' src=\"%s\" />", fname) |
|
|
|
} else { |
|
|
|
thumb, err := genThumb(c, fpath, caption) |
|
|
|
if err != nil { |
|
|
|