Hi,
I'm trying to pass a link to an image in the image part of the growl command. My code looks as follows.
growl("Image test", {title: "Images!", image:"https://avatars.githubusercontent.com/u/1483405"});
However, the following code does not actually generate an image in the growl message, although the text works fine. Is there support for images over http currently, or is that yet to be added?
Thanks
Hi,
I'm trying to pass a link to an image in the
imagepart of the growl command. My code looks as follows.growl("Image test", {title: "Images!", image:"https://avatars.githubusercontent.com/u/1483405"});However, the following code does not actually generate an image in the growl message, although the text works fine. Is there support for images over http currently, or is that yet to be added?
Thanks