--- app/views/layout.scala.html
+++ app/views/layout.scala.html
... | ... | @@ -78,6 +78,11 @@ |
78 | 78 |
elementParse: function (item) { |
79 | 79 |
item.src = item.el.attr('src'); |
80 | 80 |
} |
81 |
+ }, |
|
82 |
+ image: { |
|
83 |
+ titleSrc: function (item) { |
|
84 |
+ return item.el.attr('alt'); |
|
85 |
+ } |
|
81 | 86 |
} |
82 | 87 |
}); |
83 | 88 |
}); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?