Skip to main content

Responsive settings

mailgo settings for responsive (visibility on desktop or mobile) can be changed in MailgoConfig through desktop and mobile attributes. See Configuration for details.

Example

An example of a mailgo configuration to hide the modal on mobile

let config: MailgoConfig = {
desktop: true,
mobile: false,
};