Can I combine WPN DMAs with other brands or IPs in my advertisements, décor or promotions? For example, could I create a montage display that included multiple brands?
No, WPN DMAs should not be used in connection with non-Wizards of the Coast brands or products.
<% var getColumnClasses = function(columnNumber) {
var classNames = 'col-12';
if (columnNumber >= 2) classNames += ' md:col-6';
if (columnNumber >= 3) classNames += ' lg:col-4';
if (columnNumber >= 4) classNames += ' xl:col-3';
return classNames;
} %>