[+] Display descriptions

This commit is contained in:
Hykilpikonna
2019-12-25 08:18:19 -05:00
parent 4ba8f81982
commit 0460471ab8
+1 -1
View File
@@ -158,7 +158,7 @@ export default class App extends Vue
return {
src: a.imgFull,
alt: a.title,
title: a.title,
title: a.description ? a.title + ': ' + a.description : a.title,
w: a.width,
h: a.height
}