Web Badge Sizing

I have been provided a link for a web badge. To make the badge fit, I’d like to control the size of the default image. The following is the basic javascript link

<script type="text/javascript" src="http://[I]www.companyname.com[/I]/webbadge/insertwebbadge.js?bid=###" ></script>

What variable can I add to this section of code to control the size of the linked image.

Hi there,

I’m afraid it’s not possible to add anything to the <script> tag which will in any way influence the behaviour of the JavaScript it references.

I assume from what you write that this JavaScript somehow outputs an image (badge) to the screen.
One possible way to alter the badge’s appearance would be with CSS.

Better still, if you could post a link to a page where I can actually see this badge, then I would be in a far better position to help you.