Example #1 - A

$('#test1').nutritionLabel({
	itemName : 'Garlic Parmesan Wings - 1 Wingette Or Drummette',
	valueServingSizeUnit : 'wingette or drummette',
	valueServingWeightGrams : 27,
	allowCustomWidth : true,
	widthCustom : '325.625px'
});



Example #1 - B

$('#test2').nutritionLabel({
	itemName : 'Garlic Parmesan Wings - 1 Wingette Or Drummette',
	valueServingSizeUnit : 'wingette or drummette',
	valueServingWeightGrams : 27,
	allowCustomWidth : true,
	widthCustom : '325.625px',
	legacyVersion : 2
});



Example #1 - C

$('#test3').nutritionLabel({
	itemName : 'Garlic Parmesan Wings - 1 Wingette Or Drummette',
	valueServingSizeUnit : 'wingette or drummette',
	valueServingWeightGrams : 27
});



Example #1 - D

$('#test4').nutritionLabel({
	itemName : 'Garlic Parmesan Wings - 1 Wingette Or Drummette',
	valueServingSizeUnit : 'wingette or drummette',
	valueServingWeightGrams : 27,
	legacyVersion : 2
});



Example #2 - A

$('#test5').nutritionLabel({
	itemName : 'Pork, fresh, loin, whole, separable lean and fat, raw - 1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)',
	valueServingSizeUnit : 'chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)',
	valueServingWeightGrams : 117.00,
	allowCustomWidth : true,
	widthCustom : '325.625px'
});



Example #2 - B

$('#test6').nutritionLabel({
	itemName : 'Pork, fresh, loin, whole, separable lean and fat, raw - 1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)',
	valueServingSizeUnit : 'chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)',
	valueServingWeightGrams : 117.00,
	allowCustomWidth : true,
	widthCustom : '325.625px',
	legacyVersion : 2
});



Example #2 - C

$('#test7').nutritionLabel({
	itemName : 'Pork, fresh, loin, whole, separable lean and fat, raw - 1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)',
	valueServingSizeUnit : 'chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)',
	valueServingWeightGrams : 117.00
});



Example #2 - D

$('#test8').nutritionLabel({
	itemName : 'Pork, fresh, loin, whole, separable lean and fat, raw - 1 chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)',
	valueServingSizeUnit : 'chop, excluding refuse (yield from 1 raw chop, with refuse, weighing 151 g)',
	valueServingWeightGrams : 117.00,
	legacyVersion : 2
});



Example #3 - A

$('#test9').nutritionLabel({
	itemName : 'Rolls, pumpernickel - 1 roll (pan, dinner, or small roll) (2" square, 2" high)',
	valueServingSizeUnit : 'roll (pan, dinner, or small roll) (2" square, 2" high)',
	valueServingWeightGrams : 28.00,
	allowCustomWidth : true,
	widthCustom : '325.625px'
});



Example #3 - B

$('#test10').nutritionLabel({
	itemName : 'Rolls, pumpernickel - 1 roll (pan, dinner, or small roll) (2" square, 2" high)',
	valueServingSizeUnit : 'roll (pan, dinner, or small roll) (2" square, 2" high)',
	valueServingWeightGrams : 28.00,
	allowCustomWidth : true,
	widthCustom : '325.625px',
	legacyVersion : 2
});



Example #3 - C

$('#test11').nutritionLabel({
	itemName : 'Rolls, pumpernickel - 1 roll (pan, dinner, or small roll) (2" square, 2" high)',
	valueServingSizeUnit : 'roll (pan, dinner, or small roll) (2" square, 2" high)',
	valueServingWeightGrams : 28.00
});



Example #3 - D

$('#test12').nutritionLabel({
	itemName : 'Rolls, pumpernickel - 1 roll (pan, dinner, or small roll) (2" square, 2" high)',
	valueServingSizeUnit : 'roll (pan, dinner, or small roll) (2" square, 2" high)',
	valueServingWeightGrams : 28.00,
	legacyVersion : 2
});