The Hopin Session product will be retired in 2024. We are committed to making this process as seamless as possible for you. There are several key dates to be aware of in the lead up to the product’s retirement. For full details please view this article.
People frequently search for:
<% var getColumnClasses = function(columnNumber) {
var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>