Edit in JSFiddle

$('#anchor').urlive({
    imageSize: 'small'
});
<a id="anchor" href="https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a">HTML Anchor Element — MDN Docs</a>
<div class="urlive-container">
</div>
body {
    font-family:'Segoe UI', 'Open Sans', sans-serif;
    max-width:420px;
}

.urlive-container {
    margin-top:15px;
}