size
The legacy Microlink Embed SDK is no longer maintained. It keeps working and you can still use it, but it won't receive further updates. The new Microlink SDK — the microlink.io package — is the way to consume the Microlink API going forward.
Type:
Default: 'normal'
Values:
<string>
Default: 'normal'
Values:
'small' | 'normal' | 'large'
Determines the size of the card.
- React
- Vue
- Jekyll
- Vanilla
<template>
<Microlink
url="https://microlink.io"
size="small"
media="logo"
/>
</template>- React
- Vue
- Jekyll
- Vanilla
<template>
<Microlink
url="https://microlink.io"
media="logo"
/>
</template>- React
- Vue
- Jekyll
- Vanilla
<template>
<Microlink
url="https://microlink.io"
size="large"
media="logo"
/>
</template>