//Single line $clamp(myHeader, {clamp: 1}); //Multi-line $clamp(myHeader, {clamp: 3}); //Auto-clamp based on available height $clamp(myParagraph, {clamp: 'auto'}); //Auto-clamp based on a fixed element height $clamp(myParagraph, {clamp: '35px'}); The $clamp method is the primary way of interacting with Clamp.js, and it takes two arguments. The first is the element which should be clamped, and the