width

Optional width of the element rendering the tag cloud.

<div id="tags" />

<script type="text/javascript">
    jQuery(function ($) {
        $("#tags").shieldTagCloud({
            width: 600,
            height: 400,
            dataSource: {
                data: tagList
            }
        });
    });
</script>