mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
change api for url thumbnails
This commit is contained in:
parent
bfd00c9649
commit
ed3adb3894
@ -62,7 +62,7 @@ mindplot.widget.LinkIconTooltip = new Class({
|
|||||||
});
|
});
|
||||||
|
|
||||||
var img = $('<img>')
|
var img = $('<img>')
|
||||||
.prop('src', 'https://api.thumbalizr.com/?url=' + linkIcon.getModel().getUrl() + '&width=250')
|
.prop('src', 'http://free.pagepeeker.com/v2/thumbs.php?size=m&url=' + linkIcon.getModel().getUrl())
|
||||||
.prop('img', linkIcon.getModel().getUrl())
|
.prop('img', linkIcon.getModel().getUrl())
|
||||||
.prop('alt', linkIcon.getModel().getUrl());
|
.prop('alt', linkIcon.getModel().getUrl());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user