You can set the 'size' property to 'large' to get the large image button.
http://www.jeasyui.com/demo/main/index.php?plugin=LinkButton&theme=default&dir=ltr&pitem=LinkButton%20SizeYou also can custom the image and the text on the button.
var img = '<img src="..." style="width:32px;height:32px;vertical-align:top">';
var txt = '<span style="line-height:32px">Text</span>';
$('#b1').linkbutton({
text: img+txt
})