File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
.profile img {
18
18
display : inline-table;
19
19
border-radius : 50% ;
20
- pointer-events : none;
21
20
}
22
21
23
22
.buttons {
Original file line number Diff line number Diff line change 20
20
{{- $img = $img.Resize "150x150" }}
21
21
{{- end }}
22
22
{{- end }}
23
- < img src ="{{ $img.Permalink }} " alt ="{{ .imageTitle | default "profile image " }}"
23
+ < img draggable =" false " src ="{{ $img.Permalink }} " alt ="{{ .imageTitle | default "profile image " }}" title=" {{ .imageTitle }} "
24
24
height ="{{ .imageHeight | default 150 }} " width ="{{ .imageWidth | default 150 }} " />
25
25
{{- else }}
26
- < img src ="{{ .imageUrl | absURL }} " alt ="{{ .imageTitle | default "profile image " }}"
26
+ < img draggable =" false " src ="{{ .imageUrl | absURL }} " alt ="{{ .imageTitle | default "profile image " }}" title=" {{ .imageTitle }} "
27
27
height ="{{ .imageHeight | default 150 }} " width ="{{ .imageWidth | default 150 }} " />
28
28
{{- end }}
29
29
{{- end }}
You can’t perform that action at this time.
0 commit comments