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