UNPKG

iframely

Version:

oEmbed/2 gateway endpoint. Get embed data for various http links through one self-hosted API

14 lines (13 loc) 377 B
export default { getLink: function(oembed) { if (oembed.thumbnail_url) { return { href: oembed.thumbnail_url, type: CONFIG.T.image, rel: [CONFIG.R.thumbnail, CONFIG.R.oembed], width: oembed.thumbnail_width, height: oembed.thumbnail_height }; } } };