popoverWidthNumber(default: 318)

The width of the sources popover in pixels.

Example - set the popover width

<span id="citation"></span>
<script>
$("#citation").kendoCitation({
    popoverWidth: 400,
    sources: [{ url: "https://example.com", title: "Example" }]
});
</script>
In this article
popoverWidth
Not finding the help you need?
Contact Support