Hello,
Absolutly, you can use context macros and K# in the
Transformation property to call a different transformation for mobile devices:
if ({%BrowserInfo.IsMobileDevice%}) {
return "MobileTransformation";
}
else {
return "DesktopTransformation";
}
Best regards,
Jan Hermann